Move TODO. field1, field2... -> fields...

This commit is contained in:
user 2018-07-30 19:19:35 +01:00
parent a2e2ced03b
commit 5f8967c074
3 changed files with 6 additions and 5 deletions

View file

@ -8,6 +8,8 @@ parsers should be able to take advantage of the added syntax.
## Extensible Query Parameters
<!-- TODO: Remove and change instances to 'explode' after OpenAPI/Swagger v3 update -->
If a unknown amount of query parameters can be added to a request, the `name`
must be `fields...`, with the trailing ellipses representing the possibility
of more fields.
@ -18,4 +20,4 @@ Example:
- in: query
name: fields...
type: string
```
```