cURL
curl --request PATCH \ --url https://app.azalt.co/api/v1/form-element-submission-comments/by-id/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "body": "<string>" } '
{ "id": "<string>", "formElementSubmissionId": "<string>", "body": "<string>", "userId": "<string>", "userName": "<string>", "userEmail": "<string>", "userImage": "<string>", "organizationId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "canModify": true }
Update a form element submission comment owned by the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 4000
Successful response