Skip to content

Commit f5d0c33

Browse files
authored
Update Calls openapi spec (#21170)
Add correlationId queryparam for sessions/new
1 parent 9ea3b7d commit f5d0c33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/calls/static/calls-api-2024-05-21.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ paths:
2727
schema:
2828
type: boolean
2929
description: Session is intended to connect to an ICE-lite peer like a third party SFU/server
30+
- in: query
31+
name: correlationId
32+
schema:
33+
type: string
34+
description: Associate session to an user-provided correlation id
3035
responses:
3136
"201":
3237
description: Created

0 commit comments

Comments
 (0)