v3

latestOpenAPI 3.1.02026-07-31115157197.4 KB
Framework

Update Framework Group

Update an existing framework group.

All fields are optional - only provided fields will be updated.

Args: group_id: UUID of the group to update name: New group name (optional) description: New description (optional) framework_ids: New list of framework UUIDs (optional)

Returns: Updated WorkbookGroup object

put/v2/framework/groups/{group_id}

Path parameters

group_idstring required

Request body

namestring nullable
descriptionstring nullable
framework_idsstring[] nullable
configobject nullable

Response

Successful Response

idstring required
namestring required
descriptionstring nullable
framework_idsstring[]
created_atstring required
updated_atstring required
owner_emailstring nullable
framework_countinteger required

Computed field: count of frameworks in the group