Tracira
API referenceSettings

Update workspace settings

patchhttps://www.tracira.com/api/settings
PATCH
/api/settings

Authorization

sessionAuth
better-auth.session_token<token>

Browser session cookie used by logged-in Tracira users. Secure-prefixed variants may also be used by the browser.

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/settings" \  -H "Content-Type: application/json" \  -d '{    "emailNotificationsEnabled": true,    "notificationEmail": "team@example.com",    "emailOnFlag": true  }'
{  "ok": true}