{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { "Content-Type": "application/json" }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Location": "/api/admin/releases/5dddc6c81241594254076216", "Content-Type": "application/json; charset=utf-8", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:43:52 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "9235801c-6b40-4cca-a67c-52beb5741a2a", "X-Runtime": "0.030962", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "314" }, "request_method": "POST", "request_path": "/api/admin/releases", "request_body": "{\"created_at\":\"2019-11-27T00:43:52.584Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2019-11-27T00:43:52.584Z\"}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"release\": {\n \"_id\": \"5dddc6c81241594254076216\",\n \"created_at\": \"2019-11-27T00:43:52.584Z\",\n \"name\": \"Content Release\",\n \"publish_at\": null,\n \"publish_job_id\": null,\n \"published_at\": null,\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"undo_at\": null,\n \"undo_job_id\": null,\n \"undoes_id\": null,\n \"undone_at\": null,\n \"updated_at\": \"2019-11-27T00:43:52.584Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/releases\" -d '{\"created_at\":\"2019-11-27T00:43:52.584Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undoes_id\":null,\"undone_at\":null,\"updated_at\":\"2019-11-27T00:43:52.584Z\"}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Releases", "description": "Creating a release", "route": "/api/admin/releases", "http_method": "POST" }