Acontext
ProjectConfigs

Patch project configs

PATCH
/project/configs

Merges the provided keys into the project-level configuration. Keys with null values are deleted (reset to default).

Authorization

BearerAuth
Authorization<token>

Project Bearer token (e.g., "Bearer sk-ac-xxxx")

In: header

Request Body

application/json

Config keys to merge

TypeScript Definitions

Use the request body type in TypeScript.

[key: string]?any

Response Body

application/json

application/json

curl -X PATCH "https://loading/api/v1/project/configs" \  -H "Content-Type: application/json" \  -d '{}'
{
  "code": 0,
  "error": "string",
  "msg": "string",
  "data": {}
}
{
  "code": 0,
  "error": "string",
  "msg": "string"
}