POST
/
api
/
realm-configs
Create a realm
curl --request POST \
  --url https://{FUSION HOST}/api/realm-configs \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "name": "<string>",
  "enabled": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "realmType": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "enabled": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "realmType": "<string>"
}

Body

application/json

Response

201
*/*

Created

The response is of type object.