curl --request PUT \
--url https://{FUSION HOST}/api/realm-configs/default \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'
curl --request PUT \
--url https://{FUSION HOST}/api/realm-configs/default \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'
Accepted
Was this page helpful?