{
"allowed_login_method": "string",
"default_login_method": "string",
"allowed_reg_method": "string",
"default_reg_method": "string",
"default_protocol": "string",
"access_policy": "string",
"reg_policy": [
"string"
]
}
curl --location --request PATCH 'http://127.0.0.1/v1/applications//configs' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowed_login_method": "string",
"default_login_method": "string",
"allowed_reg_method": "string",
"default_reg_method": "string",
"default_protocol": "string",
"access_policy": "string",
"reg_policy": [
"string"
]
}'
{
"message": "string",
"data": 0
}