Skip to main content
POST
Batch update acls

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.

Body

application/json

Acls to add/remove.

add_acls
object[] | null
remove_acls
object[] | null

Response

A success status

added_acls
object[]
required
removed_acls
object[]
required