Update media Postman collections and dashboard playback

هذا الالتزام موجود في:
boutmoun123
2026-05-26 17:27:17 +03:00
الأصل acd8d0d8cf
التزام 377bebfb88
5 ملفات معدلة مع 181 إضافات و5 حذوفات

عرض الملف

@@ -359,6 +359,40 @@
}
]
},
{
"name": "Media",
"item": [
{
"name": "Media Health",
"request": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "Bearer {{accessToken}}"
}
],
"url": "{{baseUrl}}/media/health"
},
"event": [
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
"pm.test('Status is 200', function () { pm.response.to.have.status(200); });",
"const json = pm.response.json();",
"pm.expect(json.storage).to.be.an('object');",
"pm.expect(json.storage.provider).to.be.oneOf(['local', 's3']);",
"pm.expect(json.serving.rangeRequests).to.eql(true);",
"pm.expect(json.processing).to.be.an('object');"
]
}
}
]
}
]
},
{
"name": "Users",
"item": [
@@ -3570,4 +3604,4 @@
"value": ""
}
]
}
}