Skip to main content
PATCH
/
project
/
config
Update Project Settings
curl --request PATCH \
  --url http://localhost:5252/project/config \
  --header 'Content-Type: application/json' \
  --header 'x-api-token: <api-key>' \
  --data '{}'
{
  "success": true,
  "data": {}
}

Authorizations

x-api-token
string
header
required

Body

application/json

The body is of type object.

Response

Updated

success
boolean
data
object