Logo
API_DOC API Documentation

Update the version notes

PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/version-notes

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://host/appsec/v1/configs/configId/versions/versionNumber/version-notes' -H 'Content-Type: application/json' -d '{"notes":"versionNotes"}'

ENDPOINTS