PUT /push/v1/application/{appId}/key/{key}
Updates information on a single custom key value associated with an app.
| Name | Type | Description | |
|---|---|---|---|
| appId | string | Required | String value identifying the app |
| key | string | Required | String value identifying the key (must be less than or equal to 15 characters) |
Example Request
Example Response
If the request passes successfully, the API returns this response.
If the request includes invalid information, the API returns a 400 response with details on the error.