Kissaki Docs
API referenceWorkspace

Set Workspace Settings

PUT
/workspace/settings

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Workspace-wide product preferences.

repository_defaults is applied only to new repository assets. Overrides at the level of a repo remain the final source of truth.

Response Body

application/json

application/json

curl -X PUT "https://example.com/workspace/settings" \  -H "Content-Type: application/json" \  -d '{}'
{  "repository_defaults": {},  "appearance": {    "accent": ""  }}