{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"clientId": "string",
"scopes": [
"string"
],
"description": "string"
}
curl --location --request PUT '/blackHole3D/basic/customAuth/update' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"clientId": "string",
"scopes": [
"string"
],
"description": "string"
}'
{
"isSuccess": true,
"errMsg": "string"
}