Update agent versions configuration
PUT/v1/organizations/:organization_id/reporting-groups/:reporting_group_id/agent-versions
Updates the configuration of agent versions for the requested report group by full replacement. This endpoint is only available when the report group has an assigned product configuration with enabled self-management of versions; otherwise returns 409. Enablement of this capability is a platform configuration managed outside the API client. The list of reporting groups indicates this capability via the "can_manage_agent_versions" field. Updating with API key requires "Organization Administrator" role.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Agent versions successfully updated.
Invalid route or body parameters.
Unauthorized.
Report group not found.
The group does not allow self-management of agent versions.
Internal Server Error