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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}