curl --request POST \
--url https://api.coderabbit.ai/v1/users/seats/assignment \
--header 'Content-Type: application/json' \
--header 'x-coderabbitai-api-key: <api-key>' \
--data '
{
"mode": "manual"
}
'{
"mode": "manual"
}Seat Assignment Mode
Update the seat assignment mode for the organization. Only accessible by fully self-hosted organizations with enterprise plans.
curl --request POST \
--url https://api.coderabbit.ai/v1/users/seats/assignment \
--header 'Content-Type: application/json' \
--header 'x-coderabbitai-api-key: <api-key>' \
--data '
{
"mode": "manual"
}
'{
"mode": "manual"
}Documentation Index
Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Update Seat Assignment Mode
To retrieve the current seat assignment mode, use the Users endpoint. The seat assignment mode is included in the response.Authorizations
API key for authentication. You can create an API key from the CodeRabbit dashboard.
Headers
Your CodeRabbit API key
Body
Request to update the seat assignment mode
The seat assignment mode to set. 'automatic' auto-assigns seats when CodeRabbit is tagged; 'manual' requires admin approval.
automatic, manual Response
Seat assignment mode updated successfully
Seat assignment mode for the organization
The current seat assignment mode. 'automatic' means new developers are auto-assigned seats when CodeRabbit is tagged; 'manual' requires admin approval.
automatic, manual Was this page helpful?