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:
@ -86,10 +86,6 @@ GET /v1/services/:name
|
||||
}
|
||||
```
|
||||
|
||||
#### Supported Request Parameter
|
||||
|
||||
- `pretty`
|
||||
|
||||
### Get all services
|
||||
|
||||
Get all services.
|
||||
@ -228,10 +224,6 @@ GET /v1/services
|
||||
}
|
||||
```
|
||||
|
||||
#### Supported Request Parameter
|
||||
|
||||
- `pretty`
|
||||
|
||||
### Get service listeners
|
||||
|
||||
Get the listeners of a service. The _:name_ in the URI must be a valid service
|
||||
@ -267,10 +259,6 @@ GET /v1/services/:name/listeners
|
||||
}
|
||||
```
|
||||
|
||||
#### Supported Request Parameter
|
||||
|
||||
- `pretty`
|
||||
|
||||
### Update a service
|
||||
|
||||
The _:name_ in the URI must map to a service name and the request body must be a
|
||||
|
Reference in New Issue
Block a user