Skip to content

Commit 9dca1b6

Browse files
committed
changes in description
1 parent f818c09 commit 9dca1b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

specs/swagger/openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4062,10 +4062,10 @@ paths:
40624062
components:
40634063
securitySchemes:
40644064
token:
4065-
type: http
4066-
scheme: bearer
4067-
bearerFormat: JWT
4068-
description: JWT token authentication
4065+
type: apiKey
4066+
in: header
4067+
name: token
4068+
description: JWT token sent in custom header
40694069
# bearerAuth:
40704070
# type: http
40714071
# scheme: bearer
@@ -5995,7 +5995,7 @@ components:
59955995
description: Username of GitOps
59965996
token:
59975997
type: string
5998-
description: Authentication token of GitOps
5998+
description: Authentication token of GitOps provider
59995999
gitLabGroupId:
60006000
type: string
60016001
description: Group Id of gitLab
@@ -6004,15 +6004,15 @@ components:
60046004
description: Group Id of gitHub
60056005
host:
60066006
type: string
6007-
description: Host of gitops provider
6007+
description: Host of GitOps provider
60086008
active:
60096009
type: boolean
60106010
azureProjectName:
60116011
type: string
60126012
description: Project Name of Azure
60136013
userId:
60146014
type: integer
6015-
description: User Id of GitOps
6015+
description: User Id of GitOps provider
60166016
DetailedError:
60176017
type: object
60186018
properties:

0 commit comments

Comments
 (0)