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/swagger/swagger.json | |
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/swagger/swagger.json')
-rw-r--r-- | docs/swagger/swagger.json | 6 |
1 files changed, 3 insertions, 3 deletions
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" ], |