Skip to main content
POST
/
v1
/
config
Compile and apply new config
curl --request POST \
  --url http://127.0.0.1:22100/v1/config \
  --header 'Content-Type: application/json' \
  --data '{
  "config": {}
}'
{
  "generation": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Body

application/json
config
object
required

Raw Arc config JSON.

Response

Applied

generation
string<uuid>
required