{
"identity_provider": {
"action": "update",
"config": {
"property1": {
"property1": {},
"property2": {}
},
"property2": {
"property1": {},
"property2": {}
}
}
}
}
curl --location --request POST 'https://example.com:30888/identity_providers//config' \
--header 'Content-Type: application/json' \
--data-raw '{
"identity_provider": {
"action": "update",
"config": {
"property1": {
"property1": {},
"property2": {}
},
"property2": {
"property1": {},
"property2": {}
}
}
}
}'
{}