|
44 | 44 | examples:
|
45 | 45 | response:
|
46 | 46 | value:
|
47 |
| - type: https://docs.api.video/docs/authenticationinvalid_credentials |
| 47 | + type: https://docs.api.video/reference/authentication-invalid-user-credentials |
48 | 48 | title: The user credentials were incorrect.
|
49 | 49 | name: ""
|
50 | 50 | status: 400
|
@@ -122,7 +122,7 @@ paths:
|
122 | 122 | response:
|
123 | 123 | value:
|
124 | 124 | status: 400
|
125 |
| - type: https://docs.api.video/docs/authenticationinvalid_credentials |
| 125 | + type: https://docs.api.video/reference/authentication-invalid-user-credentials |
126 | 126 | title: The user credentials were incorrect.
|
127 | 127 | name: ""
|
128 | 128 | schema:
|
@@ -260,21 +260,21 @@ paths:
|
260 | 260 | examples:
|
261 | 261 | response:
|
262 | 262 | value:
|
263 |
| - type: https://docs.api.video/docs/filealreadyuploaded |
| 263 | + type: https://docs.api.video/reference/video-source-already-uploaded |
264 | 264 | title: The source of the video is already uploaded.
|
265 | 265 | name: file
|
266 | 266 | status: 400
|
267 | 267 | problems:
|
268 |
| - - type: https://docs.api.video/docs/filealreadyuploaded |
| 268 | + - type: https://docs.api.video/reference/video-source-already-uploaded |
269 | 269 | title: The source of the video is already uploaded.
|
270 | 270 | name: file
|
271 |
| - - type: https://docs.api.video/docs/filealreadyuploaded |
| 271 | + - type: https://docs.api.video/reference/video-source-already-uploaded |
272 | 272 | title: The video xxxx has already been uploaded.
|
273 | 273 | name: video
|
274 |
| - - type: https://docs.api.video/docs/filemissing |
| 274 | + - type: https://docs.api.video/reference/uploaded-file-no-file |
275 | 275 | title: There is no uploaded file in the request.
|
276 | 276 | name: file
|
277 |
| - - type: https://docs.api.video/docs/multiplefilesuploaded |
| 277 | + - type: https://docs.api.video/reference/uploaded-file-multiple-files |
278 | 278 | title: There is more than one uploaded file in the request.
|
279 | 279 | name: file
|
280 | 280 | schema:
|
@@ -307,7 +307,7 @@ paths:
|
307 | 307 | examples:
|
308 | 308 | response:
|
309 | 309 | value:
|
310 |
| - type: https://docs.api.video/docs/resourcenot_found |
| 310 | + type: https://docs.api.video/reference/resource-not-found |
311 | 311 | title: The requested resource was not found.
|
312 | 312 | name: videoId
|
313 | 313 | status: 404
|
@@ -339,7 +339,7 @@ paths:
|
339 | 339 | content:
|
340 | 340 | application/json:
|
341 | 341 | examples:
|
342 |
| - response: |
| 342 | + Too many requests: |
343 | 343 | value:
|
344 | 344 | type: https://docs.api.video/reference/too-many-requests
|
345 | 345 | title: Too many requests.
|
@@ -687,7 +687,7 @@ paths:
|
687 | 687 | content:
|
688 | 688 | application/json:
|
689 | 689 | examples:
|
690 |
| - response: |
| 690 | + Too many requests: |
691 | 691 | value:
|
692 | 692 | type: https://docs.api.video/reference/too-many-requests
|
693 | 693 | title: Too many requests.
|
|
0 commit comments