PATCH /account/settings

Replace supplied settings sections without changing omitted sections.

MethodPath
PATCH/v1/account/settings

Changes to model or budget defaults require a GitHub administrator.

curl -X PATCH "https://api.ellipsis.dev/v1/account/settings" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Request

Example request body
{
"default_model": "string",
}

Body parameters

analyticsAnalyticsSettings
budget_ceilingBudgetCeiling

The organization's spend ceilings, in US dollars.

code_reviewCodeReviewSettings
data_retentionDataRetentionSettings
default_modelstring
mentionMentionSettings
notificationsNotificationSettings

Response

Example response · 200
{
"default_model": "string",
}

On this page

No Headings
Schedule a demo