summaryrefslogtreecommitdiff
path: root/rest-api/api-docs/applications.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs/applications.json')
-rw-r--r--rest-api/api-docs/applications.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/rest-api/api-docs/applications.json b/rest-api/api-docs/applications.json
index 182f1e0c3..494088dc5 100644
--- a/rest-api/api-docs/applications.json
+++ b/rest-api/api-docs/applications.json
@@ -14,7 +14,7 @@
{
"httpMethod": "GET",
"summary": "List all applications.",
- "nickname": "getApplications",
+ "nickname": "list",
"responseClass": "List[Application]"
}
]
@@ -26,7 +26,7 @@
{
"httpMethod": "GET",
"summary": "Get details of an application.",
- "nickname": "getApplication",
+ "nickname": "get",
"responseClass": "Application",
"parameters": [
{
@@ -55,7 +55,7 @@
"httpMethod": "POST",
"summary": "Subscribe an application to a event source.",
"notes": "Returns the state of the application after the subscriptions have changed",
- "nickname": "applicationSubscribe",
+ "nickname": "subscribe",
"responseClass": "Application",
"parameters": [
{
@@ -94,7 +94,7 @@
"httpMethod": "DELETE",
"summary": "Unsubscribe an application from an event source.",
"notes": "Returns the state of the application after the subscriptions have changed",
- "nickname": "applicationUnsubscribe",
+ "nickname": "unsubscribe",
"responseClass": "Application",
"parameters": [
{