Skip to content

Commit a19a0ad

Browse files
committedFeb 8, 2025
feat(api): api update (#3907)
1 parent 415dd42 commit a19a0ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1524
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-adc38ec246adc4929b526403b39c1d6cfaf23bd224730f2ab5498224c34a17bb.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-201a9d77b2e238cb2f8c2c952b00b976608e2a53fe4230369e801971fda29edc.yml

‎waiting_rooms/status.go

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func NewStatusService(opts ...option.RequestOption) (r *StatusService) {
4343
// held in the waiting room.
4444
// - **event_prequeueing** indicates that an event is active and is currently
4545
// prequeueing users before it starts.
46+
// - **suspended** indicates that the room is suspended.
4647
// 2. `event_id`: String of the current event's `id` if an event is active,
4748
// otherwise an empty string.
4849
// 3. `estimated_queued_users`: Integer of the estimated number of users currently

0 commit comments

Comments
 (0)
Please sign in to comment.