Skip to content

Commit 08e5e40

Browse files
authored
Update cloud public API (#62)
1 parent f23bc8f commit 08e5e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vitepress/data/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ components:
310310
required:
311311
- object
312312
- id
313+
- trial
313314
- starts_at
314315
- seats
315316
- seats_used
@@ -342,6 +343,8 @@ components:
342343
minimum: 0
343344
starts_at:
344345
$ref: '#/components/schemas/Timestamp'
346+
trial:
347+
type: boolean
345348
updated_at:
346349
$ref: '#/components/schemas/Timestamp'
347350
TeamUser:

0 commit comments

Comments
 (0)