diff options
author | Divyang Patel <divyang.patel@team.telstra.com> | 2019-10-08 15:19:53 +1100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-12-11 12:10:32 +0000 |
commit | c2a53cb447789e15e85663ae253ab2d90b972934 (patch) | |
tree | b2893949579a499e860d76844cf8a1a5471c4fa7 /docs | |
parent | bbe2a934c76de7c0153854981de9a76258ca5564 (diff) |
Add service creation API as an External API
Issue-ID: SDC-2383
Change-Id: I8490163310e892a7ebb6d7e7275edfdeba24045e
Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/swagger/swagger.html | 4 | ||||
-rw-r--r-- | docs/swagger/swagger.json | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/swagger/swagger.html b/docs/swagger/swagger.html index cb09cfb40b..ceee720cc1 100644 --- a/docs/swagger/swagger.html +++ b/docs/swagger/swagger.html @@ -442,7 +442,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } <li><a href="#_tags_7">2.6.6. Tags</a></li> </ul> </li> -<li><a href="#_createresourceexternal">2.7. creates a resource</a></li> +<li><a href="#_createcomponentexternal">2.7. creates a resource or service</a></li> <li> <ul class="sectlevel3"> <li><a href="#_description_7">2.7.1. Description</a></li> @@ -2382,7 +2382,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } </div> </div> <div class="sect2"> -<h3 id="_createresourceexternal"><a class="anchor" href="#_createresourceexternal"></a>2.7. creates a resource</h3> +<h3 id="_createcomponentexternal"><a class="anchor" href="#_createcomponentexternal"></a>2.7. creates a resource or service</h3> <div class="literalblock"> <div class="content"> <pre>POST /v1/catalog/{assetType}</pre> diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index 766a3c757a..726f76d754 100644 --- a/docs/swagger/swagger.json +++ b/docs/swagger/swagger.json @@ -1785,9 +1785,9 @@ "tags": [ "CRUD External Servlet" ], - "summary": "creates a resource", - "description": "Creates a resource", - "operationId": "createResourceExternal", + "summary": "creates a resource or service", + "description": "Creates a resource or service", + "operationId": "createComponentExternal", "consumes": [ "application/json" ], |