MXS-1300: Correct clear entry point documentation
Corrected the clear entry point documentation by changing the method from POST to PUT. Fixed MaxCtrl to use the correct methods for set/clear.
This commit is contained in:
@ -552,7 +552,7 @@ Status: 403 Forbidden
|
||||
### Clear server state
|
||||
|
||||
```
|
||||
POST /v1/servers/:name/clear
|
||||
PUT /v1/servers/:name/clear
|
||||
```
|
||||
|
||||
The _:name_ in the URI must map to a server name with all whitespace replaced
|
||||
|
Reference in New Issue
Block a user