Skip to content

Update input config

PUT
/api/v1/integrations/inputs/{id}
curl --request PUT \
--url https://dashboard.justcrawl.io/api/v1/integrations/inputs/example \
--header 'Authorization: Bearer <token>'
id
required
string

Updated input queue configuration

Media type application/json
object
id
string format: uuid
name
string
queueType
string
Allowed values: sqs webhook
queueUrl
string
nullable
workflowId
string format: uuid
nullable
isEnabled
boolean
pollIntervalMs
integer
maxUrlsPerDay
integer
webhookUrl
string
nullable
lastPolledAt
string format: date-time
nullable
lastError
string
nullable
createdAt
string format: date-time
Example
{
"queueType": "sqs"
}