UpdateFile
PATCH/api/file/:file_key
Update the tag of an existing file, identified by its file key in the path (a file path with a version or tag, e.g. "path/to/file@version:3" or "path/to/file@tag:prod"). Pass the organisation and application in the x-organisation and x-application headers. Returns the updated file. Requires a bearer token.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
UpdateFile 200 response
BadRequestError 400 response
Unauthorized 401 response
ForbiddenError 403 response
NotFoundError 404 response
InternalServerError 500 response