Autional Autional
API Reference GitHub autional.com →

PUT /admin/verifications/providers/{verification_id}

Update the JSON configuration content, enabled status, or priority of a provider configuration.

Verification Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes Provider configuration ID

Request Body

Schema: gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.UpdateProviderConfigRequest

FieldTypeRequiredExampleConstraintsDescription
config string No
is_active boolean No
priority integer No

Responses

StatusDescriptionSchema
200Updated configuration informationdto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_ProviderConfigResponse
400Invalid request parametersdto.SimpleResponse
401Unauthenticated or invalid tokendto.SimpleResponse
403Insufficient permissionsdto.SimpleResponse
404Configuration not founddto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_ProviderConfigResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.ProviderConfigResponse No
message string No
timestamp string No

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No

gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.ProviderConfigResponse

FieldTypeRequiredExampleConstraintsDescription
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