Reorganize api-ref: v3-ext revoke.inc

Reorganize as per the documentation session at PTG:
https://etherpad.openstack.org/p/queens-ptg-keystone-doc-cleanup

Change-Id: I60377b12999f0a9270722d1b01c40759067b96a8
This commit is contained in:
Suramya Shah 2018-01-08 20:14:13 +05:30
parent abb0d552a1
commit f063cb0b44

View File

@ -42,23 +42,21 @@ The HTTP Date header returned in the response reflects the timestamp of the
most recently issued revocation event. Clients can then use this value in the
since query parameter to limit the list of events in subsequent requests.
Normal response codes: 200
Request
-------
Parameters
~~~~~~~~~~
.. rest_parameters:: parameters.yaml
- since: since_query
Request Example
---------------
Response
--------
.. literalinclude:: samples/OS-REVOKE/list-revoke-response.json
:language: javascript
Response Parameters
-------------------
Parameters
~~~~~~~~~~
.. rest_parameters:: parameters.yaml
@ -73,3 +71,16 @@ Response Parameters
- OS-TRUST:trust_id: revoke_trust_id
- OS-OAUTH1:consumer_id: revoke_consumer_id
- expires_at: revoke_expires_at
Status Codes
~~~~~~~~~~~~
.. rest_status_code:: success ../v3/status.yaml
- 200
Example
~~~~~~~
.. literalinclude:: samples/OS-REVOKE/list-revoke-response.json
:language: javascript