chore(http): remove authorization header description from swagger
parent
3bc19c25c1
commit
591de7f145
|
@ -475,12 +475,6 @@ paths:
|
||||||
- Macros
|
- Macros
|
||||||
summary: keywords that specify how input data gets mapped to a replacement output sequence
|
summary: keywords that specify how input data gets mapped to a replacement output sequence
|
||||||
parameters:
|
parameters:
|
||||||
- in: header
|
|
||||||
name: Authorization
|
|
||||||
description: the authorization header should be in the format of `Token <key>`
|
|
||||||
required: true
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- in: query
|
- in: query
|
||||||
name: org
|
name: org
|
||||||
required: true
|
required: true
|
||||||
|
@ -511,12 +505,6 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- Macros
|
- Macros
|
||||||
parameters:
|
parameters:
|
||||||
- in: header
|
|
||||||
name: Authorization
|
|
||||||
description: the authorization header should be in the format of `Token <key>`
|
|
||||||
required: true
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- in: query
|
- in: query
|
||||||
name: org
|
name: org
|
||||||
required: true
|
required: true
|
||||||
|
@ -542,12 +530,6 @@ paths:
|
||||||
- Macros
|
- Macros
|
||||||
summary: keywords that specify how input data gets mapped to a replacement output sequence
|
summary: keywords that specify how input data gets mapped to a replacement output sequence
|
||||||
parameters:
|
parameters:
|
||||||
- in: header
|
|
||||||
name: Authorization
|
|
||||||
description: the authorization header should be in the format of `Token <key>`
|
|
||||||
required: true
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- in: path
|
- in: path
|
||||||
name: macroID
|
name: macroID
|
||||||
required: true
|
required: true
|
||||||
|
@ -574,12 +556,6 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- Macros
|
- Macros
|
||||||
parameters:
|
parameters:
|
||||||
- in: header
|
|
||||||
name: Authorization
|
|
||||||
description: the authorization header should be in the format of `Token <key>`
|
|
||||||
required: true
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- in: path
|
- in: path
|
||||||
name: macroID
|
name: macroID
|
||||||
required: true
|
required: true
|
||||||
|
@ -1982,11 +1958,6 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- application/json
|
- application/json
|
||||||
- in: header
|
|
||||||
name: Authorization
|
|
||||||
description: the authorization header should be in the format of `Token <key>`
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
requestBody:
|
requestBody:
|
||||||
description: analyzed flux query to generate abstract syntax tree.
|
description: analyzed flux query to generate abstract syntax tree.
|
||||||
content:
|
content:
|
||||||
|
@ -2020,11 +1991,6 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- application/json
|
- application/json
|
||||||
- in: header
|
|
||||||
name: Authorization
|
|
||||||
description: the authorization header should be in the format of `Token <key>`
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
requestBody:
|
requestBody:
|
||||||
description: analyzed flux query to generate specification.
|
description: analyzed flux query to generate specification.
|
||||||
content:
|
content:
|
||||||
|
@ -2056,11 +2022,6 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- application/json
|
- application/json
|
||||||
- in: header
|
|
||||||
name: Authorization
|
|
||||||
description: the authorization header should be in the format of `Token <key>`
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
requestBody:
|
requestBody:
|
||||||
description: flux query or specification to generate plan.
|
description: flux query or specification to generate plan.
|
||||||
content:
|
content:
|
||||||
|
@ -2268,11 +2229,6 @@ paths:
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
- in: header
|
|
||||||
name: Authorization
|
|
||||||
description: the authorization header should be in the format of `Token <key>`
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: query results
|
description: query results
|
||||||
|
@ -2342,11 +2298,6 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- application/json
|
- application/json
|
||||||
- in: header
|
|
||||||
name: Authorization
|
|
||||||
description: the authorization header should be in the format of `Token <key>`
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- in: query
|
- in: query
|
||||||
name: org
|
name: org
|
||||||
description: specifies the name of the organization executing the query.
|
description: specifies the name of the organization executing the query.
|
||||||
|
|
Loading…
Reference in New Issue