MXS-1220: Remove redundant parameter documentation

As all requests support the only parameter `pretty`, there's no point in
documenting it separately for each resource.
This commit is contained in:
Markus Mäkelä
2017-05-22 13:38:29 +03:00
parent 43386333b3
commit c98f8369f2
8 changed files with 3 additions and 102 deletions

View File

@ -45,10 +45,6 @@ GET /v1/filters/:name
}
```
#### Supported Request Parameter
- `pretty`
### Get all filters
Get all filters.
@ -89,7 +85,3 @@ GET /v1/filters
]
}
```
#### Supported Request Parameter
- `pretty`