Upload evidence filesCopy Pagepost https://api.staging.payrails.io/dispute/disputes/{disputeId}/evidencesUpload evidence files on the dispute.Path ParamsdisputeIduuidrequiredIdentifier of the resource in Payrails.Body ParamsEvidence to upload for the dispute. Provide at least one of files[] (binary file uploads) or inlineContexts (inline JSON context); both may be combined in a single request. A request with neither is rejected.files[]array of objectsList of files supporting the dispute defense.files[]ADD objectinlineContextsarray of objectsInline merchant-context evidences supplied as a JSON array in a single inlineContexts form field. Each item is stored as JSON evidence with no uploaded file. Maximum 10 items.inlineContextsADD objectHeadersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 201Dispute evidences uploaded. 400Bad Request. 401Unauthorized. 403Forbidden. 404Not Found. 429Too Many Requests. 500Internal Server Error.Updated 2 months ago