action lumminary_post_authorization_result_credentials { label: "Provide a result for the authorization" description: "These can be log-in credentials for a website where the result is available" provider: lumminary method: POST path: "/products/{productId}/authorizations/{authorizationId}/credentials" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }