Push an update to connected clients
POST/api/v1/connections/update
Push an update to connected clients
Request
- application/json
Body
authId string
cluster string
directorId string
orgId string
version string
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
error string
pushed integer
{
"error": "string",
"pushed": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...