{ "info": { "_postman_id": "a85d051d-9a16-4c77-b391-4bfbd2691245", "name": "DevCycle Bucketing Audiences Feature Change Requests API", "description": "Documents the DevCycle Bucketing API which provides an API interface to User Bucketing and for Server SDKs configured to use Cloud Bucketing.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:30:36.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "lastUpdatedBy": "35240", "uid": "35240-a85d051d-9a16-4c77-b391-4bfbd2691245" }, "item": [ { "name": "v2", "item": [ { "name": "projects", "item": [ { "name": "{project}", "item": [ { "name": "features", "item": [ { "name": "{feature}", "item": [ { "name": "change-requests", "item": [ { "name": "latest", "item": [ { "name": "Get the latest non-draft Feature Change Request for a Feature", "id": "783c625e-4751-44fa-8fdc-d322c5e223bd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/latest", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", "latest" ], "variable": [ { "id": "f4e3692d-cf0d-461b-83ef-db03a1b4e06c", "key": "project", "value": "", "description": "(Required) A Project key or ID" }, { "id": "2e5c6991-9fd7-4075-b3e1-6b3c3fc2f5e4", "key": "feature", "value": "", "description": "(Required) A Feature key or ID" } ] }, "description": "Get the latest Feature Change Request for a Feature that is NOT in the 'draft' state" }, "response": [ { "id": "e1e6ff7e-af39-47cd-8766-370d17a651e0", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/latest", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", "latest" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_id\": \"\",\n \"_project\": \"\",\n \"_baseFeatureSnapshot\": \"\",\n \"_feature\": \"\",\n \"status\": \"pending\",\n \"operation\": \"featureStaticConfigurationUpdate\",\n \"reviewers\": {},\n \"reviews\": [],\n \"_createdBy\": \"\",\n \"description\": \"\",\n \"_updatedBy\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-e1e6ff7e-af39-47cd-8766-370d17a651e0" }, { "id": "cadb8a70-9603-43e5-9bf2-c4f19aa485f3", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/latest", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", "latest" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"message\": {},\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-cadb8a70-9603-43e5-9bf2-c4f19aa485f3" }, { "id": "782524a2-2760-43e6-8a5b-296c6537973d", "name": "New Response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/latest", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", "latest" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-782524a2-2760-43e6-8a5b-296c6537973d" } ], "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-783c625e-4751-44fa-8fdc-d322c5e223bd" } ], "id": "ffa795d0-d519-439e-85f4-37b67908da33", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-ffa795d0-d519-439e-85f4-37b67908da33" }, { "name": "{id}", "item": [ { "name": "submit", "item": [ { "name": "Submit Feature Change Request for Review", "id": "ca542187-59c5-4ef0-a9b7-f571759242bc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"reviewers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/submit", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "submit" ], "variable": [ { "id": "16d59219-2ccd-40fe-bfa0-1a5a5274f057", "key": "project", "value": "", "description": "(Required) A Project key or ID" }, { "id": "1386a419-ca76-43f0-8b61-ecffe0e9d9b8", "key": "feature", "value": "", "description": "(Required) A Feature key or ID" }, { "id": "dbc16964-9557-4826-a29b-69c3fb5a78f7", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Submit a Feature Change Request for Review" }, "response": [ { "id": "b402e26e-3398-43fb-8ac5-649e908ef3d4", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"reviewers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/submit", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "submit" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_id\": \"\",\n \"_project\": \"\",\n \"_baseFeatureSnapshot\": \"\",\n \"_feature\": \"\",\n \"status\": \"pending\",\n \"operation\": \"featureStaticConfigurationUpdate\",\n \"reviewers\": {},\n \"reviews\": [],\n \"_createdBy\": \"\",\n \"description\": \"\",\n \"_updatedBy\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-b402e26e-3398-43fb-8ac5-649e908ef3d4" }, { "id": "1760c0d8-513a-49e3-9bf9-910ce0a37539", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"reviewers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/submit", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "submit" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-1760c0d8-513a-49e3-9bf9-910ce0a37539" }, { "id": "beb5cf9e-53f5-49e9-be9e-0535abaf50f4", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"reviewers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/submit", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "submit" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-beb5cf9e-53f5-49e9-be9e-0535abaf50f4" }, { "id": "9bb44cb2-aa24-4a63-90bd-0b42cd4549f2", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"reviewers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/submit", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "submit" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"message\": {},\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-9bb44cb2-aa24-4a63-90bd-0b42cd4549f2" }, { "id": "ad74c4b7-889a-4d11-9bb1-ac2d2770c5e9", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"reviewers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/submit", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "submit" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-ad74c4b7-889a-4d11-9bb1-ac2d2770c5e9" } ], "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-ca542187-59c5-4ef0-a9b7-f571759242bc" } ], "id": "ee45a515-efd6-43ff-821b-48490446b707", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-ee45a515-efd6-43ff-821b-48490446b707" }, { "name": "review", "item": [ { "name": "Review a Pending Feature Change Request", "id": "e3808a40-7e07-4aaa-9005-c718b07c6079", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"approved\",\n \"comment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/review?apply=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "review" ], "query": [ { "description": "Controls whether the review should also apply the change request to the feature", "key": "apply", "value": "" } ], "variable": [ { "id": "30cd2a8f-47d6-4386-b8d1-a39553a47edf", "key": "project", "value": "", "description": "(Required) A Project key or ID" }, { "id": "d716ff10-0ba0-46e9-a08f-90e0c5501211", "key": "feature", "value": "", "description": "(Required) A Feature key or ID" }, { "id": "8bf51d76-1953-4e9f-b322-fae2300f848b", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Update a Feature Change Request by ID" }, "response": [ { "id": "c7a5a77d-ad7a-4e45-bccb-c8df35b83cff", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"approved\",\n \"comment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/review?apply=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "review" ], "query": [ { "description": "Controls whether the review should also apply the change request to the feature", "key": "apply", "value": "" } ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-c7a5a77d-ad7a-4e45-bccb-c8df35b83cff" }, { "id": "734b8217-529f-4131-a58d-75e614e6ba44", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"approved\",\n \"comment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/review?apply=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "review" ], "query": [ { "description": "Controls whether the review should also apply the change request to the feature", "key": "apply", "value": "" } ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-734b8217-529f-4131-a58d-75e614e6ba44" }, { "id": "667a33f5-04a8-4f9d-be24-26a4806165cf", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"approved\",\n \"comment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/review?apply=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "review" ], "query": [ { "description": "Controls whether the review should also apply the change request to the feature", "key": "apply", "value": "" } ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"message\": {},\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-667a33f5-04a8-4f9d-be24-26a4806165cf" }, { "id": "8d048afd-2d43-4c14-8104-a0660d39a583", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"approved\",\n \"comment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/review?apply=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "review" ], "query": [ { "description": "Controls whether the review should also apply the change request to the feature", "key": "apply", "value": "" } ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-8d048afd-2d43-4c14-8104-a0660d39a583" } ], "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-e3808a40-7e07-4aaa-9005-c718b07c6079" } ], "id": "3191d834-4717-4626-83bd-1f57b101ff51", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-3191d834-4717-4626-83bd-1f57b101ff51" }, { "name": "apply", "item": [ { "name": "Review a Pending Feature Change Request", "id": "66c50c77-0090-4aac-af4d-e2a6127ef512", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"action\": \"applied\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/apply", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "apply" ], "variable": [ { "id": "bbb9494d-1e11-48a9-b4c7-11ee512fae0b", "key": "project", "value": "", "description": "(Required) A Project key or ID" }, { "id": "edf40bac-1d3c-4622-bd3f-5d772c95bb91", "key": "feature", "value": "", "description": "(Required) A Feature key or ID" }, { "id": "410be0df-2272-4314-a862-df8885982177", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Update a Feature Change Request by ID" }, "response": [ { "id": "159daf64-bb1c-4de0-896a-5b71f545b498", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"action\": \"applied\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/apply", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "apply" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-159daf64-bb1c-4de0-896a-5b71f545b498" }, { "id": "adcbc71e-3490-439f-9f4a-95864f0b0085", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"action\": \"applied\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/apply", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "apply" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-adcbc71e-3490-439f-9f4a-95864f0b0085" }, { "id": "7ae78cfc-f943-4462-bc53-213f078b3f50", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"action\": \"applied\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/apply", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "apply" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"message\": {},\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-7ae78cfc-f943-4462-bc53-213f078b3f50" }, { "id": "0cd4e75e-ee07-4377-bb60-ed603a11e742", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"action\": \"applied\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/apply", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "apply" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-0cd4e75e-ee07-4377-bb60-ed603a11e742" } ], "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-66c50c77-0090-4aac-af4d-e2a6127ef512" } ], "id": "a74a394d-aec7-4d17-bfaf-831d3f25efb0", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-a74a394d-aec7-4d17-bfaf-831d3f25efb0" }, { "name": "cancel", "item": [ { "name": "Cancel a Pending Feature Change Request", "id": "33b8e134-5c32-40ec-beae-97d905012e24", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "cancel" ], "variable": [ { "id": "72184d59-4dd5-4737-a159-a9d4473cec74", "key": "project", "value": "", "description": "(Required) A Project key or ID" }, { "id": "70124c67-892c-4a51-b5b3-b0ebc0c5c73f", "key": "feature", "value": "", "description": "(Required) A Feature key or ID" }, { "id": "8c922d1f-8a6c-48dd-bcaf-e15f4ef19e26", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Cancel a Feature Change Request by ID" }, "response": [ { "id": "c6b40ca8-5881-4944-b052-066c332a01ff", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "cancel" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-c6b40ca8-5881-4944-b052-066c332a01ff" }, { "id": "f99c5270-1155-4eb5-8d08-351d8a215abd", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "cancel" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-f99c5270-1155-4eb5-8d08-351d8a215abd" }, { "id": "4478f450-7e76-44d7-8d1a-ccbb1d376639", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "cancel" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"message\": {},\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-4478f450-7e76-44d7-8d1a-ccbb1d376639" }, { "id": "5050b632-3fa2-481c-87a3-34ec4d21baa4", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id", "cancel" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-5050b632-3fa2-481c-87a3-34ec4d21baa4" } ], "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-33b8e134-5c32-40ec-beae-97d905012e24" } ], "id": "9d545dbf-a832-4b42-8917-903a4efff4f7", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-9d545dbf-a832-4b42-8917-903a4efff4f7" }, { "name": "Get a Feature Change Request", "id": "6cc0e1fb-79c2-427e-b105-ee5845073daf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id" ], "variable": [ { "id": "f9687e12-9576-40c6-9594-ed1d2b84fb66", "key": "project", "value": "", "description": "(Required) A Project key or ID" }, { "id": "031b3752-28e6-457b-b32a-963a78bb8d0d", "key": "feature", "value": "", "description": "(Required) A Feature key or ID" }, { "id": "282864a2-5d7f-4a6a-a97a-e9910a088df2", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Get a Feature Change Request by ID" }, "response": [ { "id": "26560ffd-6b51-4dc7-a938-6819ed8afc4d", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_id\": \"\",\n \"_project\": \"\",\n \"_baseFeatureSnapshot\": \"\",\n \"_feature\": \"\",\n \"status\": \"pending\",\n \"operation\": \"featureStaticConfigurationUpdate\",\n \"reviewers\": {},\n \"reviews\": [],\n \"_createdBy\": \"\",\n \"description\": \"\",\n \"_updatedBy\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-26560ffd-6b51-4dc7-a938-6819ed8afc4d" }, { "id": "40eb2862-99e2-4a86-a951-92c51a202a58", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"message\": {},\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-40eb2862-99e2-4a86-a951-92c51a202a58" }, { "id": "090ad3b7-736f-4ba0-b64f-d003c0699e4a", "name": "New Response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests", ":id" ], "variable": [ { "key": "project" }, { "key": "feature" }, { "key": "id" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-090ad3b7-736f-4ba0-b64f-d003c0699e4a" } ], "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-6cc0e1fb-79c2-427e-b105-ee5845073daf" } ], "id": "f364105e-7fad-4842-a832-e892459d57cf", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-f364105e-7fad-4842-a832-e892459d57cf" }, { "name": "Create Feature Change Request", "id": "f0ddbb14-6eb6-4c7e-84a8-91f75c145047", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"path\": \"\",\n \"method\": \"PATCH\",\n \"body\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests" ], "variable": [ { "id": "3f9b6223-00df-4630-89db-de6891990cd6", "key": "project", "value": "", "description": "(Required) A Project key or ID" }, { "id": "faac86db-4c0d-4653-bded-845d5896b8cf", "key": "feature", "value": "", "description": "(Required) A Feature key or ID" } ] }, "description": "Create a new Feature Change Request" }, "response": [ { "id": "d84b691e-765a-4d10-b604-25d60f7caa03", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"path\": \"\",\n \"method\": \"PATCH\",\n \"body\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_id\": \"\",\n \"_project\": \"\",\n \"_baseFeatureSnapshot\": \"\",\n \"_feature\": \"\",\n \"status\": \"pending\",\n \"operation\": \"featureStaticConfigurationUpdate\",\n \"reviewers\": {},\n \"reviews\": [],\n \"_createdBy\": \"\",\n \"description\": \"\",\n \"_updatedBy\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-d84b691e-765a-4d10-b604-25d60f7caa03" }, { "id": "8e63f398-49eb-46c2-9917-4e3ff66508c1", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"path\": \"\",\n \"method\": \"PATCH\",\n \"body\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-8e63f398-49eb-46c2-9917-4e3ff66508c1" }, { "id": "e84e6dd2-4d1f-4336-94fe-da48357f720f", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"path\": \"\",\n \"method\": \"PATCH\",\n \"body\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-e84e6dd2-4d1f-4336-94fe-da48357f720f" }, { "id": "39027f94-90b1-4286-9bd4-b9d01385f296", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"path\": \"\",\n \"method\": \"PATCH\",\n \"body\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-39027f94-90b1-4286-9bd4-b9d01385f296" } ], "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-f0ddbb14-6eb6-4c7e-84a8-91f75c145047" }, { "name": "Get a list of Pending Feature Change Requests for a Feature", "id": "d88916cb-620b-4bd4-8920-db13da02d0c6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests" ], "variable": [ { "id": "76465c89-195d-4b76-90f2-907daf5a903f", "key": "project", "value": "", "description": "(Required) A Project key or ID" }, { "id": "6e82b6a7-0a68-4ff9-9d20-276aaa000072", "key": "feature", "value": "", "description": "(Required) A Feature key or ID" } ] }, "description": "Get all pending Feature Change Requests for a Feature" }, "response": [ { "id": "a8e585e0-ad29-49f9-9693-1b1991d10b4f", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"_id\": \"\",\n \"_project\": \"\",\n \"_baseFeatureSnapshot\": \"\",\n \"_feature\": \"\",\n \"status\": \"rejected\",\n \"operation\": \"featureUpdate\",\n \"reviewers\": {},\n \"reviews\": [],\n \"_createdBy\": \"\",\n \"description\": \"\",\n \"_updatedBy\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n {\n \"_id\": \"\",\n \"_project\": \"\",\n \"_baseFeatureSnapshot\": \"\",\n \"_feature\": \"\",\n \"status\": \"rejected\",\n \"operation\": \"featureStaticConfigurationUpdate\",\n \"reviewers\": {},\n \"reviews\": [],\n \"_createdBy\": \"\",\n \"description\": \"\",\n \"_updatedBy\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n }\n]", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-a8e585e0-ad29-49f9-9693-1b1991d10b4f" }, { "id": "57b14eb2-1037-41d2-93ff-9b1746825538", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"message\": {},\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-57b14eb2-1037-41d2-93ff-9b1746825538" }, { "id": "e44ff0df-a9c8-4f51-a775-4192295a4406", "name": "New Response", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/v2/projects/:project/features/:feature/change-requests", "host": [ "{{baseUrl}}" ], "path": [ "v2", "projects", ":project", "features", ":feature", "change-requests" ], "variable": [ { "key": "project" }, { "key": "feature" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-e44ff0df-a9c8-4f51-a775-4192295a4406" } ], "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-d88916cb-620b-4bd4-8920-db13da02d0c6" } ], "id": "590a7c91-e6df-429f-b9e4-62b53f9c4e5a", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-590a7c91-e6df-429f-b9e4-62b53f9c4e5a" } ], "id": "59c64276-dc6b-4a50-bc2e-a1424488a733", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-59c64276-dc6b-4a50-bc2e-a1424488a733" } ], "id": "2e0cec2d-6aaf-4a92-9385-e55cb74617e8", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-2e0cec2d-6aaf-4a92-9385-e55cb74617e8" } ], "id": "d44f26e7-b4e2-4984-9ec0-beb3e1662275", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-d44f26e7-b4e2-4984-9ec0-beb3e1662275" } ], "id": "0bfe73f7-6933-40dd-9176-2f787d1bb8da", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-0bfe73f7-6933-40dd-9176-2f787d1bb8da" } ], "id": "064c286d-2173-4cc8-8f9f-351313933983", "createdAt": "2026-07-28T01:30:37.000Z", "updatedAt": "2026-07-28T01:30:37.000Z", "uid": "35240-064c286d-2173-4cc8-8f9f-351313933983" } ], "variable": [ { "key": "baseUrl", "value": "https://bucketing-api.devcycle.com/" } ] }