Update api-ref for revocation list OS-PKI

Since PKI tokens are removed and  OS-PKI API
is deprecated, updating api-ref for it [1].

[1] https://review.opendev.org/#/c/672334

Change-Id: I06a9d07225977469341851ea604df75976b105ca
This commit is contained in:
Vishakha Agarwal 2019-08-08 01:12:10 +05:30
parent 71a1fb0437
commit af7800454b
5 changed files with 8 additions and 40 deletions

View File

@ -216,7 +216,7 @@ This page lists the Identity API operations in the following order:
* `Unified Limits`_
* `Users`_
* `OS-INHERIT`_
* `OS-PKI`_
* `OS-PKI (DEPRECATED)`_
.. rest_expand_all::

View File

@ -1,8 +1,8 @@
.. -*- rst -*-
==========
OS-PKI
==========
===================
OS-PKI (DEPRECATED)
===================
List revoked tokens
===================
@ -17,34 +17,9 @@ Relationship:
Response
--------
Parameters
~~~~~~~~~~
.. rest_parameters:: parameters.yaml
- signed: signed
Status Codes
~~~~~~~~~~~~
.. rest_status_code:: success status.yaml
- 200
.. rest_status_code:: error status.yaml
- 413
- 415
- 405
- 404
- 403
- 401
- 400
- 503
- 409
Example
~~~~~~~
.. literalinclude:: samples/admin/get-pki-revoked-response.json
:language: javascript
- 410

View File

@ -1958,13 +1958,6 @@ services:
in: body
required: true
type: array
signed:
description: |
List of expired PKI tokens, signed by the
cryptographic message syntax (CMS).
in: body
required: true
type: string
system:
description: |
A ``system`` object.

View File

@ -1,3 +0,0 @@
{
"signed": "-----BEGIN CMS-----\nMIICGwYJKoZIhvcNAQcCoIICDDCCAggCAQExDTALBglghkgBZQMEAgEwawYJKoZI\nhvcNAQcBoF4EXHsicmV2b2tlZCI6IFt7ImV4cGlyZXMiOiAiMjAxNC0xMi0wMlQx\nNzowMDowOVoiLCAiaWQiOiAiODhiMjRmOTI5OTk0NGU1ZjhkODE0MDNjYzMyY2M5\nMmUifV19MYIBhTCCAYECAQEwXDBXMQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVW5z\nZXQxDjAMBgNVBAcMBVVuc2V0MQ4wDAYDVQQKDAVVbnNldDEYMBYGA1UEAwwPd3d3\nLmV4YW1wbGUuY29tAgEBMAsGCWCGSAFlAwQCATANBgkqhkiG9w0BAQEFAASCAQA3\nc8EI58ZXtqkyuUWqLPJZdB5v7Ou978w22YkOsgL5ruUpQiWdhdgvL/sxqd7OPqi7\nZZV3N+io+z1m4uAiSbriumv7HOEnIUEAUhK4G0kw5kAAg4j50c0Omdiqdq75k0j/\nJPoRCXa8ieb0X87zhgfIq7ze/HZ7E2LoO20us3AEzmglNv023qgGcsSGPAUIHWN5\nloonPtgztiwVbmS2gs3Z9JB73mxEBviCX4CZEU/sNpchAzI/53tscKlqlzv+GBcm\n1dYP3hEZn3twFRI9zos4hTwFkUivn6D3qgQB684sVrvKlzOCIqOKVGGYVSy/FQLE\nWwQ5u58ZD8ohaJPu2Q6l\n-----END CMS-----\n"
}

View File

@ -50,6 +50,9 @@
409:
default: |
This operation conflicted with another operation on this resource.
410:
default: |
The access request to the target resource is no longer available.
413:
default: |
The request is larger than the server is willing or able to process.