Update '/auth/token/revoke-self' endpoint documentation to reflect the proper response code (#3735)

This commit is contained in:
Brian Nuszkowski 2018-01-03 12:09:43 -05:00 committed by Jeff Mitchell
parent ec8befbaac
commit 326e1ab24c

View File

@ -437,7 +437,7 @@ revoked, all dynamic secrets generated with it are also revoked.
| Method | Path | Produces |
| :------- | :--------------------------- | :--------------------- |
| `POST` | `/auth/token/revoke-self` | `200 application/json` |
| `POST` | `/auth/token/revoke-self` | `204 (empty body)` |
### Sample Request