Merge pull request #14004 from influxdata/swagger-typos
chore(swagger): fix a few swagger typospull/14006/head
commit
428d908af9
|
@ -2695,7 +2695,7 @@ paths:
|
|||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
post:
|
||||
operationId: GetDashboardsIDOwners
|
||||
operationId: PostDashboardsIDOwners
|
||||
tags:
|
||||
- Users
|
||||
- Dashboards
|
||||
|
@ -2851,7 +2851,7 @@ paths:
|
|||
required: true
|
||||
description: name of branching suggestion
|
||||
get:
|
||||
operationId: GetQuerySuggestions{Name}
|
||||
operationId: GetQuerySuggestionsName
|
||||
tags:
|
||||
- Query
|
||||
responses:
|
||||
|
|
Loading…
Reference in New Issue