Skip to content

Commit

Permalink
[NETPROD-3582] Added name query param in list certificates (#855)
Browse files Browse the repository at this point in the history
* Added name query param in list certificate endpoint desc

* Update specification/resources/certificates/parameters.yml

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>

* Update specification/resources/certificates/certificates_list.yml

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>

---------

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
guptado and andrewsomething authored Feb 28, 2024
1 parent a7cf342 commit 211e816
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions specification/resources/certificates/certificates_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: >-
parameters:
- $ref: '../../shared/parameters.yml#/per_page'
- $ref: '../../shared/parameters.yml#/page'
- $ref: "parameters.yml#/certificate_name"

tags:
- Certificates
Expand Down
12 changes: 11 additions & 1 deletion specification/resources/certificates/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,14 @@ certificate_id:
type: string
format: uuid
minimum: 1
example: 4de7ac8b-495b-4884-9a69-1050c6793cd6
example: 4de7ac8b-495b-4884-9a69-1050c6793cd6

certificate_name:
name: name
in: query
description: Name of expected certificate
required: false
schema:
type: string
default: ""
example: "certificate-name"

0 comments on commit 211e816

Please sign in to comment.