/config/push/service

The name of a push service provider to shared data with. After writing this resource with a non-empty string, the service needs to be activated in a separate step.

TODO: SHOW HOW TO DO THIS.

Get /config/push/service

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/push/service
Request samples
Response samples
application/json
{
  • "result": "string",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/push/service

SecurityApiKey
Request
Request Body schema: application/json
string (configPushService)

The name of a push service provider to shared data with. After writing this resource with a non-empty string, the service needs to be activated in a separate step.

TODO: SHOW HOW TO DO THIS.

Responses
200

Normal response.

401

Unauthorized response.

put/config/push/service
Request samples
application/json
"string"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/push/service

SecurityApiKey
Request
Request Body schema: application/json
string (configPushService)

The name of a push service provider to shared data with. After writing this resource with a non-empty string, the service needs to be activated in a separate step.

TODO: SHOW HOW TO DO THIS.

Responses
200

Normal response.

401

Unauthorized response.

post/config/push/service
Request samples
application/json
"string"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/push/service

Reset to empty string.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/push/service
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}