Forum Discussion
- fehguyStaff
Hi, great question. Take a look at this example:
https://swaggerhub.com/api/swagger-tutorials/modeling-samples/1.0.0
Which shows how you would handle different but related input/output models with Swagger.
- DoegliNew Contributor
Hi, thanks for your answer.
But I guess I formulated my question not the way I should.
What I try to get is the possibilty, to offer the API requester the chance, to choose from different sets of response attributes of the same resource.
Means, resource /user has 4 response attributes:
- name
- street
- town
- country
As a requester, I should be able to choose only name and street as a response (xs-response), or name, street, town and country (xl-response).
Is there a way to offer this possibility?
- fehguyStaff
Unfortunately no, the specification for the definition does now allow you to do that. You are welcome to file enhancements against the specification here:
Related Content
- 2 years ago
- 2 years ago
Recent Discussions
- 13 days ago
- 13 days ago
- 17 days ago