put https://{baseUrl}/api/comments
Log in to see full request history
Responses
401(1) The caller is not authenticated with RegScale.
(2) The caller does not have access rights.
404The comment could not be found.
401(1) The caller is not authenticated with RegScale.
(2) The caller does not have access rights.
404The comment could not be found.
xxxxxxxxxx
curl --request PUT \
--url https://your-instance.regscale.co/api/comments \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
Try It!
to start a request and see the response here!