Skip to content

Commit dd67240

Browse files
fix: required recordID param
1 parent f2fd687 commit dd67240

File tree

11 files changed

+54
-55
lines changed

11 files changed

+54
-55
lines changed

.docusaurus/docusaurus-plugin-debug/default/p/docs-docusaurus-debug-content-a52.json

+1-1
Large diffs are not rendered by default.

.docusaurus/docusaurus-plugin-redoc/plugin-redoc-0/redocApiSpecV1.2-plugin-redoc-0.json

+1-1
Large diffs are not rendered by default.

.docusaurus/docusaurus.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default {
134134
]
135135
}
136136
],
137-
"copyright": "Copyright © 2024 Elos "
137+
"copyright": "Copyright © 2025 Elos "
138138
},
139139
"prism": {
140140
"theme": {

.docusaurus/globalData.json

+34-32
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@
232232
"$ref": "#/components/parameters/meetingIDWildcard"
233233
},
234234
{
235-
"$ref": "#/components/parameters/meetingNames"
235+
"$ref": "#/components/parameters/meetingName"
236236
},
237237
{
238-
"$ref": "#/components/parameters/meetingNamesWildcard"
238+
"$ref": "#/components/parameters/meetingNameWildcard"
239239
},
240240
{
241241
"$ref": "#/components/parameters/meta"
@@ -298,10 +298,10 @@
298298
"$ref": "#/components/parameters/meetingIDWildcard"
299299
},
300300
{
301-
"$ref": "#/components/parameters/meetingNames"
301+
"$ref": "#/components/parameters/meetingName"
302302
},
303303
{
304-
"$ref": "#/components/parameters/meetingNamesWildcard"
304+
"$ref": "#/components/parameters/meetingNameWildcard"
305305
},
306306
{
307307
"$ref": "#/components/parameters/meta"
@@ -1250,8 +1250,7 @@
12501250
"parameters": [
12511251
{
12521252
"description": "A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.",
1253-
"$ref": "#/components/parameters/recordID",
1254-
"required": true
1253+
"$ref": "#/components/parameters/recordID-required"
12551254
},
12561255
{
12571256
"$ref": "#/components/parameters/publish",
@@ -1289,8 +1288,7 @@
12891288
"parameters": [
12901289
{
12911290
"description": "A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.",
1292-
"$ref": "#/components/parameters/recordID",
1293-
"required": true
1291+
"$ref": "#/components/parameters/recordID-required"
12941292
},
12951293
{
12961294
"$ref": "#/components/parameters/publish",
@@ -1330,8 +1328,7 @@
13301328
"parameters": [
13311329
{
13321330
"description": "A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.",
1333-
"$ref": "#/components/parameters/recordID",
1334-
"required": true
1331+
"$ref": "#/components/parameters/recordID-required"
13351332
},
13361333
{
13371334
"$ref": "#/components/parameters/checksum"
@@ -1365,8 +1362,7 @@
13651362
"parameters": [
13661363
{
13671364
"description": "A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.",
1368-
"$ref": "#/components/parameters/recordID",
1369-
"required": true
1365+
"$ref": "#/components/parameters/recordID-required"
13701366
},
13711367
{
13721368
"$ref": "#/components/parameters/checksum"
@@ -1401,9 +1397,10 @@
14011397
],
14021398
"parameters": [
14031399
{
1404-
"description": "A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.",
1405-
"$ref": "#/components/parameters/recordID",
1406-
"required": true
1400+
"description": "A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas."
1401+
},
1402+
{
1403+
"$ref": "#/components/parameters/recordID-required"
14071404
},
14081405
{
14091406
"$ref": "#/components/parameters/updateRecordings-meta",
@@ -1441,8 +1438,7 @@
14411438
"parameters": [
14421439
{
14431440
"description": "A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.",
1444-
"$ref": "#/components/parameters/recordID",
1445-
"required": true
1441+
"$ref": "#/components/parameters/recordID-required"
14461442
},
14471443
{
14481444
"$ref": "#/components/parameters/updateRecordings-meta",
@@ -1481,12 +1477,10 @@
14811477
],
14821478
"parameters": [
14831479
{
1484-
"$ref": "#/components/parameters/recordID",
1485-
"required": true
1480+
"$ref": "#/components/parameters/recordID-required"
14861481
},
14871482
{
1488-
"$ref": "#/components/parameters/authUser",
1489-
"required": true
1483+
"$ref": "#/components/parameters/authUser"
14901484
},
14911485
{
14921486
"$ref": "#/components/parameters/action"
@@ -1522,12 +1516,10 @@
15221516
],
15231517
"parameters": [
15241518
{
1525-
"$ref": "#/components/parameters/recordID",
1526-
"required": true
1519+
"$ref": "#/components/parameters/recordID-required"
15271520
},
15281521
{
1529-
"$ref": "#/components/parameters/authUser",
1530-
"required": true
1522+
"$ref": "#/components/parameters/authUser"
15311523
},
15321524
{
15331525
"$ref": "#/components/parameters/action"
@@ -2868,7 +2860,7 @@
28682860
"meetingID": {
28692861
"name": "meetingID",
28702862
"in": "query",
2871-
"description": "ID of the meeting.",
2863+
"description": "ID(s) of the meeting. Multiple IDs can be provided, separated by commas.",
28722864
"schema": {
28732865
"type": "string"
28742866
}
@@ -2881,18 +2873,18 @@
28812873
"type": "boolean"
28822874
}
28832875
},
2884-
"meetingNames": {
2885-
"name": "meetingNames",
2876+
"meetingName": {
2877+
"name": "meetingName",
28862878
"in": "query",
2887-
"description": "Names of the meeting.",
2879+
"description": "Name(s) of the meeting. Multiple names can be provided, separated by commas.",
28882880
"schema": {
28892881
"type": "string"
28902882
}
28912883
},
2892-
"meetingNamesWildcard": {
2893-
"name": "meetingIDWildcard",
2884+
"meetingNameWildcard": {
2885+
"name": "meetingNameWildcard",
28942886
"in": "query",
2895-
"description": "Defines if the returned meeting names must start with the `meetingNames` parameter.",
2887+
"description": "Defines if the returned meeting name must start with the `meetingName` parameter.",
28962888
"schema": {
28972889
"type": "boolean"
28982890
}
@@ -3509,6 +3501,15 @@
35093501
"default": "published,unpublished"
35103502
}
35113503
},
3504+
"recordID-required": {
3505+
"name": "recordID",
3506+
"in": "query",
3507+
"description": "ID of the recording.",
3508+
"required": true,
3509+
"schema": {
3510+
"type": "string"
3511+
}
3512+
},
35123513
"publish": {
35133514
"name": "publish",
35143515
"in": "query",
@@ -3529,6 +3530,7 @@
35293530
"name": "authUser",
35303531
"in": "query",
35313532
"description": "The name of the user which is requesting access of the recording file.",
3533+
"required": true,
35323534
"schema": {
35333535
"type": "string"
35343536
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: authUser
22
in: query
33
description: The name of the user which is requesting access of the recording file.
4+
required: true
45
schema:
5-
type: string
6+
type: string
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: recordID
2+
in: query
3+
description: ID of the recording.
4+
required: true
5+
schema:
6+
type: string

static/proxy/components/parameters/recordID.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: recordID
22
in: query
33
description: ID of the recording.
44
schema:
5-
type: string
5+
type: string

static/proxy/paths/deleteRecordings.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ get:
66
- recording
77
parameters:
88
- description: A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.
9-
$ref: '../components/parameters/recordID.yaml'
10-
required: true
9+
$ref: '../components/parameters/recordID-required.yaml'
1110
- $ref: '../components/parameters/checksum.yaml'
1211
responses:
1312
'200':
@@ -26,8 +25,7 @@ post:
2625
- recording
2726
parameters:
2827
- description: A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.
29-
$ref: '../components/parameters/recordID.yaml'
30-
required: true
28+
$ref: '../components/parameters/recordID-required.yaml'
3129
- $ref: '../components/parameters/checksum.yaml'
3230
responses:
3331
'200':

static/proxy/paths/getRecordingToken.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ get:
66
tags:
77
- recording
88
parameters:
9-
- $ref: '../components/parameters/recordID.yaml'
10-
required: true
9+
- $ref: '../components/parameters/recordID-required.yaml'
1110
- $ref: '../components/parameters/authUser.yaml'
12-
required: true
1311
- $ref: '../components/parameters/action.yaml'
1412
- $ref: '../components/parameters/checksum.yaml'
1513
responses:
@@ -29,10 +27,8 @@ post:
2927
tags:
3028
- recording
3129
parameters:
32-
- $ref: '../components/parameters/recordID.yaml'
33-
required: true
30+
- $ref: '../components/parameters/recordID-required.yaml'
3431
- $ref: '../components/parameters/authUser.yaml'
35-
required: true
3632
- $ref: '../components/parameters/action.yaml'
3733
- $ref: '../components/parameters/checksum.yaml'
3834
responses:

static/proxy/paths/publishRecordings.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ get:
66
- recording
77
parameters:
88
- description: A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.
9-
$ref: '../components/parameters/recordID.yaml'
10-
required: true
9+
$ref: '../components/parameters/recordID-required.yaml'
1110
- $ref: '../components/parameters/publish.yaml'
1211
required: true
1312
- $ref: '../components/parameters/checksum.yaml'
@@ -28,8 +27,7 @@ post:
2827
- recording
2928
parameters:
3029
- description: A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.
31-
$ref: '../components/parameters/recordID.yaml'
32-
required: true
30+
$ref: '../components/parameters/recordID-required.yaml'
3331
- $ref: '../components/parameters/publish.yaml'
3432
required: true
3533
- $ref: '../components/parameters/checksum.yaml'

static/proxy/paths/updateRecordings.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ get:
66
- recording
77
parameters:
88
- description: A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.
9-
$ref: '../components/parameters/recordID.yaml'
10-
required: true
9+
- $ref: '../components/parameters/recordID-required.yaml'
1110
- $ref: '../components/parameters/updateRecordings-meta.yaml'
1211
required: true
1312
- $ref: '../components/parameters/checksum.yaml'
@@ -28,8 +27,7 @@ post:
2827
- recording
2928
parameters:
3029
- description: A record ID for specify the recordings to apply the publish action. It can be a set of record IDs separated by commas.
31-
$ref: '../components/parameters/recordID.yaml'
32-
required: true
30+
$ref: '../components/parameters/recordID-required.yaml'
3331
- $ref: '../components/parameters/updateRecordings-meta.yaml'
3432
required: true
3533
- $ref: '../components/parameters/checksum.yaml'

0 commit comments

Comments
 (0)