Update version
POST {{baseUrl}}/api/:projectId/versions/:versionId
Updates a version, this only updates fields that were set in the body.
Request Body
{"description"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}