Skip to main content
PATCH
Partially update org_automation

Authorizations

Authorization
string
header
required

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

org_automation_id
string<uuid>
required

OrgAutomation id

Body

application/json

Fields to update

name
string | null

Name of the project automation

description
string | null

Textual description of the project automation

config
object | null

The configuration for the org automation rule

Response

Returns the org_automation object

id
string<uuid>
required

Unique identifier for the project automation

org_id
string<uuid>
required

Unique identifier for the organization that the org automation belongs under

name
string
required

Name of the project automation

config
object
required

The configuration for the org automation rule

user_id
string<uuid> | null

Identifies the user who created the project automation

created
string<date-time> | null

Date of project automation creation

description
string | null

Textual description of the project automation