PUT
/
api
/
realm-configs
/
default
Set the default realm
curl --request PUT \
  --url https://{FUSION HOST}/api/realm-configs/default \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'

Body

application/json

Response

202

Accepted