The Social Wire operator procedure pauseBackfill.
Input
Encoding
application/jsonauditNote
string
Optional
No description available.
maxLength: 2000 bytesenvironmentConfirmation
string
Optional
No description available.
maxLength: 32 bytesexpectedVersion
integer
Required
No description available.
minimum: 0id
string
Required
No description available.
maxLength: 256 bytesidempotencyKey
string
Required
No description available.
maxLength: 128 bytesminLength: 1 bytesOutput
Encoding
application/jsonErrors
InvalidRequest
Forbidden
Conflict
Unavailable
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": [
"id",
"idempotencyKey",
"expectedVersion"
],
"properties": {
"id": {
"type": "string",
"maxLength": 256
},
"auditNote": {
"type": "string",
"maxLength": 2000
},
"idempotencyKey": {
"type": "string",
"maxLength": 128,
"minLength": 1
},
"expectedVersion": {
"type": "integer",
"minimum": 0
},
"environmentConfirmation": {
"type": "string",
"maxLength": 32
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "Forbidden"
},
{
"name": "Conflict"
},
{
"name": "Unavailable"
}
],
"output": {
"schema": {
"ref": "app.thesocialwire.defs#jsonObject",
"type": "ref"
},
"encoding": "application/json"
},
"description": "The Social Wire operator procedure pauseBackfill."
}