Skip to content

Commit

Permalink
Merge pull request #19834 from influxdata/swagger-typos
Browse files Browse the repository at this point in the history
docs: Fix typos in http/swagger.yml
  • Loading branch information
pierwill authored Oct 27, 2020
2 parents fe7dbf0 + e4b7b09 commit 491b7b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions http/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ paths:
operationId: PostSources
tags:
- Sources
summary: Creates a source
summary: Create a source
parameters:
- $ref: "#/components/parameters/TraceSpan"
requestBody:
Expand Down Expand Up @@ -2814,7 +2814,7 @@ paths:
operationId: GetDashboardsIDLabels
tags:
- Dashboards
summary: list all labels for a dashboard
summary: List all labels for a dashboard
parameters:
- $ref: "#/components/parameters/TraceSpan"
- in: path
Expand Down Expand Up @@ -3305,7 +3305,7 @@ paths:
operationId: DeleteAuthorizationsID
tags:
- Authorizations
summary: Delete a authorization
summary: Delete an authorization
parameters:
- $ref: "#/components/parameters/TraceSpan"
- in: path
Expand Down Expand Up @@ -3681,7 +3681,7 @@ paths:
operationId: DeleteBucketsIDLabelsID
tags:
- Buckets
summary: delete a label from a bucket
summary: Delete a label from a bucket
parameters:
- $ref: "#/components/parameters/TraceSpan"
- in: path
Expand Down

0 comments on commit 491b7b4

Please sign in to comment.