v1

latestOpenAPI 3.1.02026-07-2342137210.8 KB
Analysis Groups

Partially Update an Analysis Group

Partially update an existing Analysis Group.

This endpoint accepts the same request body fields as the Create an Analysis Group endpoint.

Remember this is a PATCH endpoint which means only the fields you provide will be updated.

If you wish to replace all fields please use the PUT endpoint.

patch/v1/beam/analysis-groups/{group_id}

Path parameters

group_idstring required

An Analysis Group ID. Analyses that belong to this group will be returned.

Request body

namestring

Name of an analysis group.

analysis_idsstring[]

The list of existing analysis IDs to include in the group.

Analyses can belong to multiple groups. Analyses must have the same demand type (the interval must match and, for weekly analyses, week_start_day must also be consistent). Every analysis in the group must have the same industry, if set.

Response

Successful Response