Skip to content

Commit

Permalink
Merge pull request #15408 from eduardoj/documentation/fix_source_project
Browse files Browse the repository at this point in the history
Fix API documentation related to `/source/{project_name}...` endpoints
  • Loading branch information
hennevogel committed Dec 21, 2023
2 parents 8dfef1b + fd56c01 commit 4bd033f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/public/apidocs/paths/source_project_name.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ get:
in: query
schema:
type: string
description: Set to `1` to list the deleted packages of a project.
description: Set to `1` to list the packages of a deleted project.
example: 1
- in: query
name: expand
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ get:
parameters:
- $ref: '../components/parameters/project_name.yaml'
- $ref: '../components/parameters/file_name.yaml'
- name: deleted
in: query
schema:
type: string
description: Set to `1` to read a file of a deleted project.
example: 1
- in: query
name: meta
required: false
schema:
type: integer
description: Set to 1 to include _meta files
description: Set to `1` to include _meta files
example: 1
- in: query
name: rev
Expand Down

0 comments on commit 4bd033f

Please sign in to comment.