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] authored and iam-flo committed Sep 25, 2024
1 parent fe4991c commit 0f2a7b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions server/application-server/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ components:
$ref: "#/components/schemas/PullRequest"
PullRequest:
required:
- prNumber
- state
- title
- url
Expand All @@ -253,9 +252,6 @@ components:
type: string
url:
type: string
prNumber:
type: integer
format: int32
state:
type: string
description: |-
Expand Down
1 change: 0 additions & 1 deletion webapp/src/app/core/modules/openapi/model/pull-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export interface PullRequest {
number?: number;
title: string;
url: string;
prNumber: number;
/**
* State of the PullRequest. Does not include the state of the merge.
*/
Expand Down

0 comments on commit 0f2a7b7

Please sign in to comment.