File Management
ListSiteFiles retrieves all site files associated with a given site ID.
Optional filters can be applied to narrow down the results.
Update an existing site file.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
Required.
If provided, filtered on ids.
deprecated // If provided, includes data in response
A successful response.
An unexpected error response.
Update an existing site file.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
A successful response.
An unexpected error response.
Update site file, including sources, sinks or transforms. Equaivalent of
patch. Only given fields are updated.
Update an existing site file.
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
A successful response.
An unexpected error response.
Deletes a specific file associated with a site
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
ID of the site that owns the file
ID of the file to delete
File deleted successfully
File or site not found
Internal server error
Last updated
Was this helpful?

