Skip to content

Commit c9d3161

Browse files
Update OpenAPI spec (18e711a) (#102)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent c4d55e1 commit c9d3161

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.last-synced-sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a07d8e7988d035c2d727787f18f64d71b4b89a84
1+
18e711ad793b2722799207b5b92ba7e0ce6ef66a

spec/open-api-spec.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26067,40 +26067,36 @@ components:
2606726067
WaitlistUser:
2606826068
type: object
2606926069
properties:
26070-
object:
26071-
type: string
26072-
description: Distinguishes the Waitlist User object.
26073-
const: waitlist_user
2607426070
id:
2607526071
type: string
26076-
description: The unique ID of the Waitlist User.
26072+
description: The unique ID of the waitlist entry.
2607726073
example: wl_user_01E4ZCR3C56J083X43JQXF3JK5
2607826074
email:
2607926075
type: string
26080-
description: The email address of the Waitlist User.
26076+
description: The email address of the user on the waitlist.
2608126077
example: marcelina.davis@example.com
2608226078
state:
2608326079
type: string
2608426080
enum:
2608526081
- pending
2608626082
- approved
2608726083
- denied
26088-
description: The state of the Waitlist User.
26084+
description: The state of the waitlist entry.
2608926085
example: pending
2609026086
approved_at:
2609126087
format: date-time
2609226088
type:
2609326089
- string
2609426090
- 'null'
2609526091
description: >-
26096-
The timestamp when the Waitlist User was approved, or null if not
26097-
yet approved.
26092+
The timestamp when the entry was approved, or null if not yet
26093+
approved.
2609826094
example: null
2609926095
waitlist_id:
2610026096
type:
2610126097
- string
2610226098
- 'null'
26103-
description: The unique ID of the Waitlist that the Waitlist User joined.
26099+
description: The unique ID of the waitlist the entry belongs to.
2610426100
example: waitlist_01E4ZCR3C56J083X43JQXF3JK5
2610526101
created_at:
2610626102
format: date-time
@@ -26112,14 +26108,18 @@ components:
2611226108
type: string
2611326109
description: An ISO 8601 timestamp.
2611426110
example: '2026-01-15T12:00:00.000Z'
26111+
object:
26112+
type: string
26113+
description: Distinguishes the Waitlist User object.
26114+
const: waitlist_user
2611526115
required:
26116-
- object
2611726116
- id
2611826117
- email
2611926118
- state
2612026119
- approved_at
2612126120
- created_at
2612226121
- updated_at
26122+
- object
2612326123
EventSchema:
2612426124
allOf:
2612526125
- type: object

0 commit comments

Comments
 (0)