Skip to content

Commit

Permalink
fix(#76#76-support-auth-header): killmepls
Browse files Browse the repository at this point in the history
  • Loading branch information
y9Kap committed Oct 7, 2023
1 parent ece04f5 commit 1902a3e
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions api/api-ktor/meetacy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -180,7 +180,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -232,7 +232,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -277,7 +277,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -320,7 +320,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -358,7 +358,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -400,7 +400,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -443,7 +443,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -486,7 +486,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -528,7 +528,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -576,7 +576,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -619,7 +619,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -662,7 +662,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -705,7 +705,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -746,7 +746,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -787,7 +787,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -828,7 +828,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -868,7 +868,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -911,7 +911,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -956,7 +956,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -996,7 +996,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -1037,7 +1037,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down Expand Up @@ -1093,7 +1093,7 @@ paths:
required: true
schema:
type: string
- name: Token
- name: Authorization
in: header
description: Token auth
required: true
Expand Down

0 comments on commit 1902a3e

Please sign in to comment.