diff options
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" ], |