summaryrefslogtreecommitdiff
path: root/rest-api/api-docs/channels.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs/channels.json')
-rw-r--r--rest-api/api-docs/channels.json12
1 files changed, 1 insertions, 11 deletions
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index a97f22566..c442d8eb3 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -654,7 +654,7 @@
"httpMethod": "GET",
"summary": "Get the value of a channel variable or function.",
"nickname": "getChannelVar",
- "responseClass": "ChannelVariable",
+ "responseClass": "Variable",
"parameters": [
{
"name": "channelId",
@@ -827,16 +827,6 @@
"description": "Timestamp when channel was created"
}
}
- },
- "Variable": {
- "id": "Variable",
- "properties": {
- "variable": {
- "required": true,
- "type": "string",
- "description": "The value of the variable requested"
- }
- }
}
}
}