Create a version
POST/versions
Creates a new version by taking a snapshot of the current content of the specified file.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 500
The version was created successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
A version for a connector template with the same template ID has already been published in the same project.
An internal error occurred while processing the request.