Skip to content

Commit

Permalink
Merge pull request #4807 from ashanthamara/actions
Browse files Browse the repository at this point in the history
Modify accessToken claims data type in preIssueAccessToken openAPI
  • Loading branch information
malithie authored Oct 10, 2024
2 parents 6bf446c + 96d87d5 commit b1efa91
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,13 @@ components:
name:
type: string
value:
type: string
oneOf:
- type: string
- type: integer
- type: boolean
- type: array
items:
type: string
Operations:
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,13 @@ components:
name:
type: string
value:
type: string
oneOf:
- type: string
- type: integer
- type: boolean
- type: array
items:
type: string
Operations:
type: object
properties:
Expand Down

0 comments on commit b1efa91

Please sign in to comment.