action rebilly_post_kyc_document_acceptance { label: "Accept a KYC document" description: "Marks that status of the document as `accepted`. Updates the review time and reviewer information. Intended to be used for manual overrides.\n" provider: rebilly method: POST path: "/kyc-documents/{id}/acceptance" encoding: json output: { type: "object" } }