modifyAppsTagsInput
Last updated
Input for modifying tags associated with applications.
input ModifyAppsTagsInput {
appIds: [String!]!
addedTagsIds: [String!]!
removedTagsIds: [String!]!
}appIds [String!]!
List of application IDs to modify
addedTagsIds [String!]!
List of tag IDs to add to the applications
removedTagsIds [String!]!
List of tag IDs to remove from the applications
Last updated
