No description available.
Input
Encoding
application/jsoncapability
string
Optional
No description available.
maxLength: 128 bytesminLength: 32 bytesendpoint
stringuri
Required
A valid URI.
installationId
string
Optional
No description available.
maxLength: 36 bytesminLength: 36 byteskeys
ref#pushKeys
Required
No description available.
Output
Encoding
application/jsonregistered
boolean
Required
No description available.
Errors
AuthRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"endpoint",
"keys"
],
"properties": {
"keys": {
"ref": "#pushKeys",
"type": "ref"
},
"endpoint": {
"type": "string",
"format": "uri"
},
"capability": {
"type": "string",
"maxLength": 128,
"minLength": 32
},
"installationId": {
"type": "string",
"maxLength": 36,
"minLength": 36
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"registered"
],
"properties": {
"registered": {
"type": "boolean"
}
}
},
"encoding": "application/json"
}
}