Update a version
PATCH/versions/:versionKey
Updates the name of an existing version.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
The version was updated successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The version was not found.
A conflict occurred, e.g. when publishing a connector template version and a conflicting template ID already exists in the same project.
An internal error occurred while processing the request.