diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-12-13 21:05:47 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-01-04 14:46:43 +0000 |
commit | 8137832ef9e5163fca232e7152c4ba55b7ef6350 (patch) | |
tree | 5a0ca48eddb889bd5cf147c49901f79b1c6e1574 /docs/offeredapis.rst | |
parent | db3e2ef238fa29e06cec3cb3f5b11fb407b161ce (diff) |
Update openapi files in the docs
- add yaml versions of the spec to the offered apis section
- rename swagger files to openapi
Issue-ID: SDC-4308
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ie34e562ccf294c8d9f19d3cad30a5a626c3db0ba
Diffstat (limited to 'docs/offeredapis.rst')
-rw-r--r-- | docs/offeredapis.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst index e94c3c0a17..b621725bf7 100644 --- a/docs/offeredapis.rst +++ b/docs/offeredapis.rst @@ -9,11 +9,11 @@ SDC Offered APIs The list of APIs that SDC offers can be found from the following table: .. csv-table:: - :header: "API name", "Swagger JSON" - :widths: 10,5 + :header: "API name", "OpenAPI JSON", "OpenAPI YAML" + :widths: 10,5,5 - "SDCE-1", ":download:`link <swagger/swagger-sdce-1.json>`" - "SDCE-2 & SDCE-5", ":download:`link <swagger/swagger-sdce-2-sdce-5.json>`" - "SDCE-4", ":download:`link <swagger/swagger-sdce-4.json>`" - "SDCE-6", ":download:`link <swagger/swagger-sdce-6.json>`" - "SDCE-7", ":download:`link <swagger/swagger-sdce-7.json>`" + "SDCE-1", ":download:`link <openapi/openapi-sdce-1.json>`", ":download:`link <openapi/openapi-sdce-1.yaml>`" + "SDCE-2 & SDCE-5", ":download:`link <openapi/openapi-sdce-2-sdce-5.json>`", ":download:`link <openapi/openapi-sdce-2-sdce-5.yaml>`" + "SDCE-4", ":download:`link <openapi/openapi-sdce-4.json>`", ":download:`link <openapi/openapi-sdce-4.yaml>`" + "SDCE-6", ":download:`link <openapi/openapi-sdce-6.json>`", ":download:`link <openapi/openapi-sdce-6.yaml>`" + "SDCE-7", ":download:`link <openapi/openapi-sdce-7.json>`", ":download:`link <openapi/openapi-sdce-7.yaml>`" |