Sources

Update a source

Updates a source's name or URL. Only the fields you include in the request body are updated.

patch/sources/{source_id}

Path parameters

source_idstring required

Unique identifier for the source (prefixed with src_).

Request body

namestring nullable

Updated display name.

urlstring nullable

Updated website URL.

Response

OK

idstring required

Unique identifier for the source, prefixed with src_.

objectstring required

Always source.

namestring nullable required

Display name for the source.

typestring required

The source type. website is currently the only supported type; it defaults to website if omitted.

created_atstring date-time required

ISO 8601 timestamp of when the resource was created.

updated_atstring date-time required

ISO 8601 timestamp of when the resource was last updated.

request_idstring required

Unique identifier for the API request. Include this when contacting support.

Changes

No recorded changes to this endpoint across all 1 revision of this API.