Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(COR-1127): change ttl_in_days into integer #742

Merged
merged 2 commits into from
Dec 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11111,9 +11111,7 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/ClusterLockList'
$ref: '#/components/schemas/ClusterLockList'
'401':
description: Unauthorized
'403':
Expand Down Expand Up @@ -20060,7 +20058,7 @@ components:
x-stoplight:
id: r7sy48ofln6xf
ttl_in_days:
type: number
type: integer
x-stoplight:
id: m7spawrlr0mii
ClusterLock:
Expand All @@ -20079,7 +20077,7 @@ components:
x-stoplight:
id: 24t21mhr6yvb8
ttl_in_days:
type: number
type: integer
x-stoplight:
id: hkgmap89j628o
cluster_id:
Expand Down
Loading