Skip to content

Commit

Permalink
yaml fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavsteindler committed Dec 18, 2024
1 parent 1d7a9da commit b660510
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ components:
error:
type: string
refs:
$ref: "#/components/schemas/RefsDump"
$ref: "#/components/schemas/RefsDump"

RepositoryRestoreStatus:
type: object
Expand Down Expand Up @@ -1479,7 +1479,7 @@ components:
properties:
type:
type: string
enum: [ common_prefix, object ]
enum: [common_prefix, object]
description: Path type, can either be 'common_prefix' or 'object'
path:
type: string
Expand Down Expand Up @@ -1759,44 +1759,44 @@ components:
properties:
status:
type: string
enum: [ open, closed, merged ]
enum: [open, closed, merged]
title:
type: string
description:
type: string

PullRequest:
allOf:
- $ref: '#/components/schemas/PullRequestBasic'
- required:
- $ref: '#/components/schemas/PullRequestBasic'
- required:
- status
- title
- description
- type: object
required:
- id
- creation_date
- author
- source_branch
- destination_branch
properties:
id:
type: string
creation_date:
type: string
format: date-time
author:
type: string
source_branch:
type: string
destination_branch:
type: string
merged_commit_id:
type: string
description: the commit id of merged PRs
closed_date:
type: string
format: date-time
- type: object
required:
- id
- creation_date
- author
- source_branch
- destination_branch
properties:
id:
type: string
creation_date:
type: string
format: date-time
author:
type: string
source_branch:
type: string
destination_branch:
type: string
merged_commit_id:
type: string
description: the commit id of merged PRs
closed_date:
type: string
format: date-time

PullRequestsList:
type: object
Expand Down Expand Up @@ -5763,7 +5763,7 @@ paths:
name: status
schema:
type: string
enum: [ open, closed, all ]
enum: [open, closed, all]
default: all
description: filter pull requests by status
responses:
Expand Down

0 comments on commit b660510

Please sign in to comment.