docs: update api_key description

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-05-06 14:35:41 +08:00
parent 55ff87f96f
commit 33cddfa421
1 changed files with 1 additions and 1 deletions

View File

@ -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 |