Input
Encoding
application/jsonstatus
string
Optional
No description provided.
Output
Encoding
application/jsonupdatedCount
integer
Required
The count of updated convos.
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",
"properties": {
"status": {
"type": "string",
"knownValues": [
"request",
"accepted"
]
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"updatedCount"
],
"properties": {
"updatedCount": {
"type": "integer",
"description": "The count of updated convos."
}
}
},
"encoding": "application/json"
}
}