Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 23, 2023
1 parent c505527 commit 9951e61
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: api
version: 0.2.4
version: 0.2.5
paths:
/auth/v1/method/kubernetes/serviceaccount:
post:
Expand Down Expand Up @@ -1152,6 +1152,7 @@ components:
- STRING_COMPARISON_TYPE
- NUMBER_COMPARISON_TYPE
- BOOLEAN_COMPARISON_TYPE
- DATETIME_COMPARISON_TYPE
description: The default is UNKNOWN_COMPARISON_TYPE
Constraintsconstraint:
type: object
Expand All @@ -1168,6 +1169,8 @@ components:
type: string
value:
type: string
description:
type: string
createdAt:
type: string
format: date-time
Expand All @@ -1181,6 +1184,7 @@ components:
- property
- operator
- value
- description
- createdAt
- updatedAt
ConstraintsconstraintCreateRequest:
Expand All @@ -1194,6 +1198,8 @@ components:
type: string
value:
type: string
description:
type: string
required:
- type
- property
Expand All @@ -1209,6 +1215,8 @@ components:
type: string
value:
type: string
description:
type: string
required:
- type
- property
Expand Down

0 comments on commit 9951e61

Please sign in to comment.