Files
sure/spec
Brandon WolfandClaude Fable 5 41d4db38dc docs(api): sync openapi.yaml with merchants import and transfer fee fields (#2961)
* docs(api): sync openapi.yaml with merchants import and transfer fee fields

Regenerate the OpenAPI document from the request specs already on main
(bundle exec rake rswag:specs:swaggerize). Purely additive: documents
the POST /api/v1/merchants CSV import endpoint, the
MerchantImportResult schema, and the transfer source/destination fee
fields that were intentionally left out of #2823.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(docs): describe merchants CSV multipart body as an object schema

type: file is a Swagger 2 idiom that is invalid under OpenAPI 3.0.3;
declare the multipart part as an object with a required binary file
property (matching params[:file]) and regenerate the document.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-24 17:02:47 +02:00
..