Skip to content

Commit

Permalink
Fix typos in parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
akahenry committed Feb 24, 2022
1 parent ff464fa commit 72bfcda
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion openapi/components/parameters/checksum.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: checksum
in: query
description: SHA-1 value calculated for validation in the API
description: SHA-1 value calculated for validation in the API.
required: true
schema:
type: string
2 changes: 1 addition & 1 deletion openapi/components/parameters/includeRecordings.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: includeRecordings
in: query
description: defines if the recordings must be included in the response
description: Defines if the recordings must be included in the response.
schema:
type: boolean
2 changes: 1 addition & 1 deletion openapi/components/parameters/meetingID.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: meetingID
in: query
description: ID of the meeting
description: ID of the meeting.
schema:
type: string
4 changes: 2 additions & 2 deletions openapi/components/parameters/meetingIDWildcard.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: limit
name: meetingIDWildcard
in: query
description: defines if the returned meeting ids must start with the `meetingID` parameter
description: Defines if the returned meeting ids must start with the `meetingID` parameter.
schema:
type: boolean
2 changes: 1 addition & 1 deletion openapi/components/parameters/name.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: name
in: query
description: Name of the meeting that will be created
description: Name of the meeting that will be created.
schema:
type: string
2 changes: 1 addition & 1 deletion openapi/components/parameters/password.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: password
in: query
description: Meeting password to join as Atendee or Moderator
description: Meeting password.
required: true
schema:
type: string

0 comments on commit 72bfcda

Please sign in to comment.