docs: update api_key description
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
55ff87f96f
commit
33cddfa421
|
@ -526,7 +526,7 @@ Request body must has a notifications array. The following is a parameter table
|
||||||
| data | string array | extensible partition | - | |
|
| data | string array | extensible partition | - | |
|
||||||
| retry | int | retry send notification if fail response from server. Value must be small than `max_retry` field. | - | |
|
| retry | int | retry send notification if fail response from server. Value must be small than `max_retry` field. | - | |
|
||||||
| topic | string | send messages to topics | | |
|
| topic | string | send messages to topics | | |
|
||||||
| api_key | string | Android api key | - | only Android |
|
| api_key | string | api key for firebase cloud message | - | only Android |
|
||||||
| to | string | The value must be a registration token, notification key, or topic. | - | only Android |
|
| to | string | The value must be a registration token, notification key, or topic. | - | only Android |
|
||||||
| collapse_key | string | a key for collapsing notifications | - | only Android |
|
| collapse_key | string | a key for collapsing notifications | - | only Android |
|
||||||
| delay_while_idle | bool | a flag for device idling | - | only Android |
|
| delay_while_idle | bool | a flag for device idling | - | only Android |
|
||||||
|
|
Loading…
Reference in New Issue