Sources
Update a custom source
Update a custom source's name, description, and validators-only scan setting.
⚠️ Beta Version: This endpoint is in beta and may be subject to changes in future releases.
patch/v1/sources/custom-sources/{custom_source_id}
Path parameters
custom_source_idstring required
Example:123
The id of the custom source to update.
Request body
Example request
{
"name": "My Custom Source",
"description": "A custom source for testing purposes"
}Response
The custom source was updated successfully
Example response
{
"id": "123",
"source_uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "My Custom Source",
"description": "A custom source for testing purposes"
}