Pipeline files
Delete pipeline file by its ID. The file cannot be deleted if some pipeline config is still referencing it; you must delete the pipeline first if you want to delete the file.
Authorizations
Path parameters
fileIDstring · uuidRequired
Responses
204
No Content
delete
204
No Content
No content
Update file by its ID.
Authorizations
Path parameters
fileIDstring · uuidRequired
Body
Update pipeline file request body.
namestring | nullableOptionalDefault:
null
Example: newfile
contentsstring · byte | nullableOptionalDefault:
null
encryptedboolean | nullableOptionalDefault:
null
Responses
204
No Content
patch
204
No Content
No content