modifyAppsTagsInput

Input for modifying tags associated with applications.

Examples

input ModifyAppsTagsInput {
  appIds: [String!]!
  addedTagsIds: [String!]!
  removedTagsIds: [String!]!
}

Fields

Field
Description
Supported fields

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

References

Mutations using this object:

Last updated