Forum Discussion
- abonstromStaff
Yes this is easily acheivable!
The example below shows how to do this
parameters: skipParam: name: skip in: query description: number of items to skip required: true schema: type: integer format: int32
The most important parts are "in: query" and "required: true". This means this parameter (the skipParam) needs to be provided in the query AND it is required, the operation won't operate properly without it.
Let me know if you have any further questions!
Related Content
- 13 years ago
Recent Discussions
- 15 days ago
- 2 months ago