Skip to content

Commit

Permalink
chore: update API specs and client
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent 39fdee8 commit 7abebed
Showing 1 changed file with 4 additions and 37 deletions.
41 changes: 4 additions & 37 deletions server/application-server/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,43 +460,6 @@ components:
type: array
items:
$ref: "#/components/schemas/PullRequestInfo"
PullRequestReviewInfo:
required:
- codeComments
- htmlUrl
- id
- isDismissed
- score
- state
type: object
properties:
id:
type: integer
format: int64
isDismissed:
type: boolean
state:
type: string
enum:
- COMMENTED
- APPROVED
- CHANGES_REQUESTED
- UNKNOWN
codeComments:
type: integer
format: int32
author:
$ref: "#/components/schemas/UserInfo"
pullRequest:
$ref: "#/components/schemas/PullRequestBaseInfo"
htmlUrl:
type: string
score:
type: integer
format: int32
submittedAt:
type: string
format: date-time
RepositoryInfo:
required:
- htmlUrl
Expand Down Expand Up @@ -648,6 +611,7 @@ components:
- htmlUrl
- id
- isDismissed
- score
- state
type: object
properties:
Expand All @@ -672,6 +636,9 @@ components:
$ref: "#/components/schemas/PullRequestBaseInfo"
htmlUrl:
type: string
score:
type: integer
format: int32
submittedAt:
type: string
format: date-time
Expand Down

0 comments on commit 7abebed

Please sign in to comment.