The Social Wire operator procedure dryRunBackfill.
Input
Encoding
application/jsonauthorDids
array
Optional
No description available.
maxLength: 1000 itemsbatchSize
integer
Required
No description available.
minimum: 1collections
array
Required
No description available.
maxLength: 1000 itemsendCursor
integer
Optional
No description available.
minimum: 0gapId
string
Optional
No description available.
maxLength: 256 bytesmaxConcurrency
integer
Required
No description available.
minimum: 1rateLimit
integer
Required
No description available.
minimum: 1sourceMode
string
Required
No description available.
maxLength: 64 bytesstartCursor
integer
Optional
No description available.
minimum: 0Output
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": [
"sourceMode",
"collections",
"batchSize",
"rateLimit",
"maxConcurrency"
],
"properties": {
"gapId": {
"type": "string",
"maxLength": 256
},
"batchSize": {
"type": "integer",
"minimum": 1
},
"endCursor": {
"type": "integer",
"minimum": 0
},
"rateLimit": {
"type": "integer",
"minimum": 1
},
"authorDids": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"maxLength": 1000
},
"sourceMode": {
"type": "string",
"maxLength": 64
},
"collections": {
"type": "array",
"items": {
"type": "string",
"maxLength": 512
},
"maxLength": 1000
},
"startCursor": {
"type": "integer",
"minimum": 0
},
"maxConcurrency": {
"type": "integer",
"minimum": 1
}
}
},
"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 dryRunBackfill."
}