Skip to content

Commit af260cb

Browse files
author
Kamil Breguła
committed
Fix typo - singular/plural form - variables
1 parent 47d779e commit af260cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ paths:
696696
$ref: '#/components/responses/PermissionDenied'
697697

698698
post:
699-
summary: Create a variables
699+
summary: Create a variable
700700
operationId: createVariable
701701
tags: [Variable]
702702
requestBody:
@@ -724,7 +724,7 @@ paths:
724724
- $ref: '#/components/parameters/VariableID'
725725

726726
get:
727-
summary: Get a variables by id
727+
summary: Get a variable by id
728728
operationId: getVariable
729729
description: The collection does not contain data. To get data, you must get a single entity.
730730
tags: [Variable]

0 commit comments

Comments
 (0)