/config/push/uri

The URI of the web server to share data with. This resource is available only if /config/push/service is an empty string.

Get /config/push/uri

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/push/uri
Request samples
Response samples
application/json
{}

Replace /config/push/uri

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

The URI of the web server to share data with. This resource is available only if /config/push/service is an empty string.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/push/uri

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

The URI of the web server to share data with. This resource is available only if /config/push/service is an empty string.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/push/uri

Reset to empty string.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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