We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(All examples are in YAML format)
To customize the method name, you can provide a different name in x-objc-operationId, e.g.
summary: Add a new pet to the store description: '' operationId: addPet x-objc-operationId: CreateNewPet
A single Accepts value as the Feign API client needs a single value for Accepts header, e.g.
Accepts
consumes: - application/json - application/xml x-accepts: application/json
A single "Content-Type" value as the Feign API client needs a single vlaue for Content-Type header, e.g.
Content-Type
produces: - application/xml - application/json x-content-type: application/json
Codegen Usage