Partially update project_group
Partially update a project_group object. Specify the fields to update in the payload. Any object-type fields will be deep-merged with existing content. Currently we do not support removing fields or setting them to null.
Authorizations
Most Braintrust endpoints are authenticated by providing your API key as a header Authorization: Bearer [api_key] to your HTTP request. You can create an API key in the Braintrust organization settings page.
Path Parameters
ProjectGroup id
Body
Fields to update
Name of the project group
1Textual description of the project group
A list of project IDs to add to the project group
1000A list of project IDs to remove from the project group
1000Response
Returns the project_group object
A project group is a collection of projects which can inherit access from project-group ACLs
Unique identifier for the project group
Unique id for the organization that the project group belongs under
It is forbidden to change the org after creating a project group
Name of the project group
Sorted ids of active projects in this project group
10000Identifies the user who created the project group
Date of project group creation
Textual description of the project group
Date of project group deletion, or null if the project group is still active