v1
latestOpenAPI 3.1.02026-07-26194149.1 KBScouting
Partially update a Scout
Update specific fields of an existing Scout. Only provided fields will be updated; omitted fields remain unchanged.
patch/v1/scouting/tasks/{scout_id}
Path parameters
scout_idstring uuid required
Request body
Example request
{
"output_schema": {
"items": {
"properties": {
"headline": {
"description": "News headline",
"type": "string"
},
"summary": {
"description": "Brief summary",
"type": "string"
},
"source_url": {
"description": "URL for more details",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"webhook_format": "scout"
}Response
Successful Response