manager-bh/postman/manager.postman_collection.json
Primakov Alexandr Alexandrovich ef35a8aa6c init
2024-11-04 18:47:17 +03:00

27 lines
473 B
JSON

{
"info": {
"_postman_id": "64d9b604-a7c8-46b3-bd31-8249649ec269",
"name": "manager",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "26924638"
},
"item": [
{
"name": "healthcheck",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{host}}/healthcheck",
"host": [
"{{host}}"
],
"path": [
"healthcheck"
]
}
},
"response": []
}
]
}