Skip to content

Commit c9e40d7

Browse files
feat: update API specifications (#42)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 53c89eb commit c9e40d7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

openapi.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ paths:
540540
description: Manage your project keys
541541
parameters:
542542
- $ref: '#/components/parameters/project_id'
543+
- $ref: '#/components/parameters/keys_status'
543544
get:
544545
summary: List Project Keys
545546
tags:
@@ -1947,6 +1948,15 @@ components:
19471948
schema:
19481949
type: string
19491950
example: af6e9977-99f6-4d8f-b6f5-dfdf6fb6e291
1951+
keys_status:
1952+
name: status
1953+
in: query
1954+
required: false
1955+
description: Only return keys with a specific status
1956+
schema:
1957+
type: string
1958+
enum:
1959+
- expired
19501960
key_id:
19511961
name: key_id
19521962
in: path

0 commit comments

Comments
 (0)