Was this helpful?
An x-api-key required for authentication
x-api-key
curl -L \ --request DELETE \ --url '/v1/workspace/{workspaceId}/comments/{id}'
No body
curl -L \ --url '/v1/workspace/{workspaceId}/comments/{id}'
curl -L \ --request POST \ --url '/v1/workspace/{workspaceId}/comments' \ --header 'Content-Type: application/json' \ --data '{}'
curl -L \ --request PATCH \ --url '/v1/workspace/{workspaceId}/comments/{id}' \ --header 'Content-Type: application/json' \ --data '{}'