We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c89eb commit c9e40d7Copy full SHA for c9e40d7
openapi.yml
@@ -540,6 +540,7 @@ paths:
540
description: Manage your project keys
541
parameters:
542
- $ref: '#/components/parameters/project_id'
543
+ - $ref: '#/components/parameters/keys_status'
544
get:
545
summary: List Project Keys
546
tags:
@@ -1947,6 +1948,15 @@ components:
1947
1948
schema:
1949
type: string
1950
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
1960
key_id:
1961
name: key_id
1962
in: path
0 commit comments