The App Group Update API allows modification of existing application group information.

Update an existing application group by its unique identifier.

Update Operations:

  • Modify name, description, and configuration parameters
  • Update associated modules (add, remove, or modify existing modules)
  • Change automation host, workspace, and other settings
  • All updates are validated for data integrity and business rules

Important Notes:

  • The complete AppGroupInfo object must be provided (PUT replaces the entire resource)
  • Schema version should match the current API version
  • Module sequence numbers will be validated for uniqueness
  • All update operations are logged for auditing purposes

Validation:

  • Application group must exist and be accessible by the authenticated user
  • All required fields must be present and valid
  • Module repository IDs must reference valid repositories
  • Automation host ID must be accessible by the user
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the application group to update.

Body Params

Complete application group information to update

appGroupInfo
object
required

Specifies the application group information.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json