The Social Wire operator procedure createBackfill.
Input
application/jsonauditNote
string
Optional
No description available.
maxLength: 2000 bytesdryRun
ref#backfillDryRun
Required
No description available.
environmentConfirmation
string
Optional
No description available.
maxLength: 32 bytesexpectedEstimate
integer
Required
No description available.
minimum: 0expectedGapVersion
integer
Optional
No description available.
minimum: 0idempotencyKey
string
Required
No description available.
maxLength: 128 bytesminLength: 1 bytesrequestFingerprint
string
Required
No description available.
maxLength: 256 bytesOutput
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": [
"dryRun",
"expectedEstimate",
"idempotencyKey",
"requestFingerprint"
],
"properties": {
"dryRun": {
"ref": "#backfillDryRun",
"type": "ref"
},
"auditNote": {
"type": "string",
"maxLength": 2000
},
"idempotencyKey": {
"type": "string",
"maxLength": 128,
"minLength": 1
},
"expectedEstimate": {
"type": "integer",
"minimum": 0
},
"expectedGapVersion": {
"type": "integer",
"minimum": 0
},
"requestFingerprint": {
"type": "string",
"maxLength": 256
},
"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 createBackfill."
}