Oore CI
ReferenceAPIOperationsInstance Settings

Get instance preferences

Get instance preferences

Operation IDget_instance_preferences
GET
/v1/settings/preferences

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/settings/preferences"
{  "preferences": {    "direct_macos_runner_paused": true,    "key_storage_mode": "keychain",    "remote_auth_mode": "oidc",    "restart_required": true,    "runtime_mode": "local",    "updated_at": 0  }}