OK
POST /auth/config HTTP/1.1
Host: api
Content-Type: application/json
Accept: */*
Content-Length: 135
{
"authType": "text",
"enableRegister": true,
"clientId": "text",
"clientSecret": "text",
"id": "text",
"empty": true,
"ANY_ADDITIONAL_PROPERTY": {}
}
OK
{
"code": 1,
"message": "text",
"data": {},
"success": true
}
OK
DELETE /auth/config/{id} HTTP/1.1
Host: api
Accept: */*
OK
{
"code": 1,
"message": "text",
"data": {},
"success": true
}