Source
Add a source with the given site_id, template_id, name and config. It
returns the created object including fields like id, created_at,
updated_at.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
A successful response.
An unexpected error response.
Updates a source with the given id with the site_id, template_id, name,
status and config provided. It returns the updated object including fields
like id, created_at, updated_at. If any change has happened to the object
in between, this call should fail. previous_update_time must be set to the
last available site's update time. This ensures that the object hasn't
updated in between.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
A successful response.
An unexpected error response.
List all source templates. If site_ids are specified, returns only
templates for sources in the given sites. If include_config_format is set,
will return config formats for each of the templates.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
Whether to include config format in return value.
Filter on source template IDs.
Filter on source template display name.
Filter on source template versions.
A successful response.
An unexpected error response.
List all sources, filtered based on site_ids, source_ids and status.
This API is paginated and returns values [offset, offset + page_size).
site_ids is mandatory. Source's config is returned if include_config is
set. Filters out deleted sources, unless source_ids or statuses provided.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
Whether to include config in return value.
Filter on source display name.
A successful response.
An unexpected error response.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
ID of the source to delete
Source deleted successfully
Source not found
Internal server error
Last updated
Was this helpful?

