editIncidentComment
Examples
curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "mutation EditIncidentComment($commentId: String!, $text: String!) { editIncidentComment(commentId: $commentId, text: $text) { id incidentId text authorId authorName authorEmail edited createdAt updatedAt } }",
"variables": {
"commentId": "example",
"text": "example"
}
}'Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
