aap_update_organization
Update an existing AAP organization by ID. Change only specified fields like name, description, or max hosts, leaving others unchanged.
Instructions
Update an existing AAP organization.
Only fields provided will be updated (PATCH semantics).
Args: params (UpdateOrgInput): - org_id (int): Organization ID - name (Optional[str]): New name - description (Optional[str]): New description - max_hosts (Optional[int]): New max hosts limit
Returns: str: JSON with updated organization details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |