summaryrefslogtreecommitdiff
path: root/rest-api/api-docs/sounds.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs/sounds.json')
-rw-r--r--rest-api/api-docs/sounds.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/rest-api/api-docs/sounds.json b/rest-api/api-docs/sounds.json
index fe0b09fd4..1de71c3a1 100644
--- a/rest-api/api-docs/sounds.json
+++ b/rest-api/api-docs/sounds.json
@@ -14,7 +14,7 @@
{
"httpMethod": "GET",
"summary": "List all sounds.",
- "nickname": "getSounds",
+ "nickname": "list",
"responseClass": "List[Sound]",
"parameters": [
{
@@ -43,7 +43,7 @@
{
"httpMethod": "GET",
"summary": "Get a sound's details.",
- "nickname": "getStoredSound",
+ "nickname": "get",
"responseClass": "Sound",
"parameters": [
{