modifyAppsTags
Examples
mutation ModifyAppsTags($input: ModifyAppsTagsInput!) {
modifyAppsTags(input: $input) {
acknowledge
}
}{
"input": {
"appIds": ["30966426"],
"addedTagsIds": ["example"],
"removedTagsIds": ["example"]
}
}curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "mutation ModifyAppsTags($input: ModifyAppsTagsInput!) { modifyAppsTags(input: $input) { acknowledge } }",
"variables": {
"input": {
"appIds": ["30966426"],
"addedTagsIds": ["example"],
"removedTagsIds": ["example"]
}
}
}'Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
