Skip to main content
PATCH
/
v1
/
workspaces
/
{workspace_id}
/
routing-defaults
Update Routing Defaults
curl --request PATCH \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/routing-defaults \
  --header 'Authorization: Bearer <token>'
Updates workspace routing defaults. Requires owner or admin role.
  • Present fields are updated; omitted fields retain their current value
  • Fields set to null are cleared
  • Empty object {} clears all routing defaults
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Routing options.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.