PUT /admin/verifications/providers/{id}
更新提供方配置的JSON配置内容、启用状态或优先级
验证服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
提供方配置ID |
Referenced Schemas
dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_ProviderConfigResponse
dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.ProviderConfigResponse
| Field | Type | Required | Example | Constraints | Description |
app_id |
string |
No |
|
|
|
channel |
string |
No |
|
|
|
created_at |
string |
No |
|
|
|
id |
string |
No |
|
|
|
is_active |
boolean |
No |
|
|
|
priority |
integer |
No |
|
|
|
provider |
string |
No |
|
|
|
tenant_id |
string |
No |
|
|
|
updated_at |
string |
No |
|
|
|