{
"appId": "string",
"enabled": true,
"tenantId": "string"
}
curl --location --request PUT 'https://core.authing.cn/api/v2/extIdp/61dff3d2c83e3eca35764ec0/connState' \
--header 'Authorization: Bearer eyJhbGZXJuYWxW' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"enabled": true,
"tenantId": "string"
}'
{
"code": 200,
"message": "状态修改成功"
}