Oore CI
ReferenceAPIOperationsSetup

Persist setup mode preferences

Stores setup-time runtime mode and remote auth mode before owner creation.

Operation IDsetup_preferences
POST
/v1/setup/preferences

Stores setup-time runtime mode and remote auth mode before owner creation.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/setup/preferences" \  -H "Content-Type: application/json" \  -d '{    "runtime_mode": "local"  }'
{  "remote_auth_mode": "oidc",  "runtime_mode": "local",  "session_expires_at": 0}