cURL
curl --request PATCH \ --url http://localhost:5252/project/config \ --header 'Content-Type: application/json' \ --header 'x-api-token: <api-key>' \ --data '{}'
{ "success": true, "data": {} }
Updates settings on the active project
The body is of type object.
object
Updated
Was this page helpful?