Replace the verification files served from the custom domain.
PUT
/api/domains/{id}/verification-files
curl \
--request PUT 'https://[tenant_id].logto.app/api/domains/{id}/verification-files' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"verificationFiles":{}}'
Request examples
{
"verificationFiles": {}
}
Response examples (200)
{}