curl --request PATCH \
--url https://api.yertle.com/orgs/{org_id}/settings \
--header 'Content-Type: application/json' \
--data '
{
"invite_mode": "open",
"is_public": true
}
'{
"invite_mode": "<string>",
"is_public": true
}Update organization settings. Owner only.
curl --request PATCH \
--url https://api.yertle.com/orgs/{org_id}/settings \
--header 'Content-Type: application/json' \
--data '
{
"invite_mode": "open",
"is_public": true
}
'{
"invite_mode": "<string>",
"is_public": true
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response for PATCH /orgs/{org_id}/settings.
Only the fields that were updated in this request are populated; others are omitted (None). The handler builds the response from the service layer's per-field result dict.