Skip to content

Commit

Permalink
Merge pull request #13915 from eduardoj/apidocs_new/fix_request_view_…
Browse files Browse the repository at this point in the history
…collection

Complete the documentation of the `project` and `package` parameters
  • Loading branch information
hennevogel authored Mar 1, 2023
2 parents 693c935 + 926e413 commit 9e0cf4d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/api/public/apidocs-new/components/parameters/request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ Project:
name: project
schema:
type: string
description: Limit the results of requests and open review requests to the specified target project.
description: |
Limit the results to requests with this project as source or target,
or requests which were assigned to be reviewed by the maintainers of this project.
example: home:hans
Package:
in: query
name: package
schema:
type: string
description: Limit the results of requests and open review requests to the specified target package.
description: |
Limit the results to requests with this package as source or target,
or requests which were assigned to be reviewed by the maintainers of this package.
example: ruby
States:
in: query
Expand Down

0 comments on commit 9e0cf4d

Please sign in to comment.