MXS-3013: Document /v1/services/:service/reload
This commit is contained in:
@ -599,3 +599,17 @@ Starts a stopped service.
|
|||||||
Service is started:
|
Service is started:
|
||||||
|
|
||||||
`Status: 204 No Content`
|
`Status: 204 No Content`
|
||||||
|
|
||||||
|
### Reload users of a service
|
||||||
|
|
||||||
|
```
|
||||||
|
POST /v1/services/:name/reload
|
||||||
|
```
|
||||||
|
|
||||||
|
Reloads the list of database users used for authentication.
|
||||||
|
|
||||||
|
#### Response
|
||||||
|
|
||||||
|
Users are reloaded:
|
||||||
|
|
||||||
|
`Status: 204 No Content`
|
||||||
|
|||||||
Reference in New Issue
Block a user