Skip to main content
PATCH
Update Board Overrides

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required
board_id
string
required

Body

application/json

Schema for updating board-level permission overrides.

permission_overrides
Permission Overrides · object | null

Response

Successful Response

Schema for agent-board grant.

agent_id
string
required
board_id
string
required
granted_at
string<date-time>
required
granted_by
string
required
id
string
required
permission_overrides
Permission Overrides · object | null
Last modified on May 17, 2026