diff options
author | Thomas Nelson <nelson24@att.com> | 2018-11-21 16:45:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-21 16:45:40 +0000 |
commit | 89cbcb4c69b6597de39370d079a943a0a6a0949f (patch) | |
tree | cf9dcbc5b485163f8e8a3ca006ca64700b090121 | |
parent | 37e06ed7d2a0056bd21d8beae916e000a2f60dac (diff) | |
parent | 16eb684cb8cafa1b55daf54c520a26c6d87fc39d (diff) |
Merge "Correct offered API"
-rw-r--r-- | docs/offeredapis.rst | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst index 3dcc7962..a9a59650 100644 --- a/docs/offeredapis.rst +++ b/docs/offeredapis.rst @@ -1,16 +1,15 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. This work is licensed under a + Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 Offered APIs ============ -.. note:: - * This section is used to describe the external interfaces offered by a software component - - * This section is typically: provided for a platform-component and sdk; and - referenced in developer guides and api reference manuals. - - * This note must be removed after content has been added. +This document describes the MUSIC (Multi-site State Coordination Service) API +To view API documentation in the interactive swagger UI download the following +and paste into the swagger tool here: https://editor.swagger.io + +:download:`swagger.json <swagger.json>` .. swaggerv2doc:: swagger.json |