{"info":{"_postman_id":"6fd0135d-075b-4ae7-98ab-1139396ee3a1","name":"release-checklist","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19675500","collectionId":"6fd0135d-075b-4ae7-98ab-1139396ee3a1","publishedId":"2sBXqGr2c7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-26T07:28:33.000Z"},"item":[{"name":"Get all releases","id":"2e0b2081-fa5e-4a2f-b4a0-b26d67f0fee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/releases","urlObject":{"protocol":"http","port":"5000","path":["api","releases"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d16d7e06-58b0-4a96-b9c7-0bc022a4d609","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/releases"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"348"},{"key":"ETag","value":"W/\"15c-n/oGMOZ5mPZWZUV9pUTafPUngT4\""},{"key":"Date","value":"Sun, 26 Apr 2026 05:57:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Release 1.0\",\n        \"date\": \"2026-04-28T04:30:00.000Z\",\n        \"additional_info\": \"Production release\",\n        \"steps\": {\n            \"QA Testing\": true,\n            \"Smoke Test\": false,\n            \"Code Freeze\": false,\n            \"Monitor Logs\": false,\n            \"Deploy Staging\": false,\n            \"Backup Database\": false,\n            \"Security Review\": false,\n            \"Production Deploy\": false\n        },\n        \"created_at\": \"2026-04-26T00:26:13.565Z\",\n        \"status\": \"ongoing\"\n    }\n]"}],"_postman_id":"2e0b2081-fa5e-4a2f-b4a0-b26d67f0fee8"},{"name":"Create release","id":"2cbfe190-5e19-4f30-a05c-cffb5a5ef886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Release 1.0\",\r\n  \"date\": \"2026-04-28T10:00:00\",\r\n  \"additional_info\": \"Production release\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/releases","urlObject":{"protocol":"http","port":"5000","path":["api","releases"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"05ba693c-c243-450f-ae7f-35895eb3ba27","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Release 1.0\",\r\n  \"date\": \"2026-04-28T10:00:00\",\r\n  \"additional_info\": \"Production release\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/releases"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"347"},{"key":"ETag","value":"W/\"15b-G6acX0nyVf7Luayw8jKgv9+DgBw\""},{"key":"Date","value":"Sun, 26 Apr 2026 05:55:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Release 1.0\",\n    \"date\": \"2026-04-28T04:30:00.000Z\",\n    \"additional_info\": \"Production release\",\n    \"steps\": {\n        \"QA Testing\": false,\n        \"Smoke Test\": false,\n        \"Code Freeze\": false,\n        \"Monitor Logs\": false,\n        \"Deploy Staging\": false,\n        \"Backup Database\": false,\n        \"Security Review\": false,\n        \"Production Deploy\": false\n    },\n    \"created_at\": \"2026-04-26T00:26:13.565Z\",\n    \"status\": \"planned\"\n}"}],"_postman_id":"2cbfe190-5e19-4f30-a05c-cffb5a5ef886"},{"name":"Toggle release step","id":"f1e81088-f225-4f06-8be1-be77a270c5c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:5000/api/releases/1/steps","urlObject":{"protocol":"http","port":"5000","path":["api","releases","1","steps"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ac19e85b-268a-469b-a5ce-360228c6799f","name":"New Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"stepName\": \"QA Testing\",\r\n  \"value\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/releases/1/steps"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"346"},{"key":"ETag","value":"W/\"15a-J8Fn1XBzILfyazpW326JFSgRmLo\""},{"key":"Date","value":"Sun, 26 Apr 2026 05:57:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Release 1.0\",\n    \"date\": \"2026-04-28T04:30:00.000Z\",\n    \"additional_info\": \"Production release\",\n    \"steps\": {\n        \"QA Testing\": true,\n        \"Smoke Test\": false,\n        \"Code Freeze\": false,\n        \"Monitor Logs\": false,\n        \"Deploy Staging\": false,\n        \"Backup Database\": false,\n        \"Security Review\": false,\n        \"Production Deploy\": false\n    },\n    \"created_at\": \"2026-04-26T00:26:13.565Z\",\n    \"status\": \"ongoing\"\n}"}],"_postman_id":"f1e81088-f225-4f06-8be1-be77a270c5c5"},{"name":"Update release notes","id":"afda7670-df50-475c-83fa-b7e37fe89f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"additional_info\": \"Approved by QA team\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/releases/1/info","urlObject":{"protocol":"http","port":"5000","path":["api","releases","1","info"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0dd59861-5dc4-49b4-9f5c-ea99d2a6a0e1","name":"New Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"additional_info\": \"Approved by QA team\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/releases/1/info"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"347"},{"key":"ETag","value":"W/\"15b-gS7b1Cs7Ycw1XY7at5YO/pWFfv8\""},{"key":"Date","value":"Sun, 26 Apr 2026 05:59:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Release 1.0\",\n    \"date\": \"2026-04-28T04:30:00.000Z\",\n    \"additional_info\": \"Approved by QA team\",\n    \"steps\": {\n        \"QA Testing\": true,\n        \"Smoke Test\": false,\n        \"Code Freeze\": false,\n        \"Monitor Logs\": false,\n        \"Deploy Staging\": false,\n        \"Backup Database\": false,\n        \"Security Review\": false,\n        \"Production Deploy\": false\n    },\n    \"created_at\": \"2026-04-26T00:26:13.565Z\",\n    \"status\": \"ongoing\"\n}"}],"_postman_id":"afda7670-df50-475c-83fa-b7e37fe89f57"},{"name":"Delete release","id":"3fea97f3-7f6c-4f21-bf19-5089072b2cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"message\": \"Release deleted successfully\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/releases/1","urlObject":{"protocol":"http","port":"5000","path":["api","releases","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3f2e49e1-9016-48ee-badd-7ab55efe6fb0","name":"New Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"message\": \"Release deleted successfully\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/releases/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-5Z5y35TMQBUtseRYOEZx6c8C/C4\""},{"key":"Date","value":"Sun, 26 Apr 2026 06:00:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Release deleted successfully\"\n}"}],"_postman_id":"3fea97f3-7f6c-4f21-bf19-5089072b2cd8"}]}