Update Reporting Group

Update an existing reporting group's properties. Allows updating the name, description, and metadata of a reporting group. The name must remain unique within the project.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path Parameters

reporting_group_idstringRequiredformat: "uuid"
org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Request

This endpoint expects an object.
namestring or nullOptional1-64 characters
Name of the reporting group
descriptionstring or nullOptional<=500 characters
Optional description

Response

Successful Response
namestring1-64 characters
Name of the reporting group
idstringformat: "uuid"
project_idstringformat: "uuid"
createdstring
modifiedstring
descriptionstring or null<=500 characters
Optional description

Errors