We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d779e commit af260cbCopy full SHA for af260cb
openapi.yaml
@@ -696,7 +696,7 @@ paths:
696
$ref: '#/components/responses/PermissionDenied'
697
698
post:
699
- summary: Create a variables
+ summary: Create a variable
700
operationId: createVariable
701
tags: [Variable]
702
requestBody:
@@ -724,7 +724,7 @@ paths:
724
- $ref: '#/components/parameters/VariableID'
725
726
get:
727
- summary: Get a variables by id
+ summary: Get a variable by id
728
operationId: getVariable
729
description: The collection does not contain data. To get data, you must get a single entity.
730
0 commit comments