{ "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/5d5eca6fd4322a04dfbf6d89", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"77ebb51aa048a01f11b5e7cdfdc8c4b5\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "1389c7fa-633e-4e14-9718-8962b970a6d5", "X-Runtime": "0.032924", "Expires": "0", "Content-Length": "297" }, "request_method": "POST", "request_path": "/api/admin/releases", "request_body": "{\"created_at\":\"2019-08-22T17:01:35.965Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undone_at\":null,\"updated_at\":\"2019-08-22T17:01:35.965Z\"}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"release\": {\n \"_id\": \"5d5eca6fd4322a04dfbf6d89\",\n \"created_at\": \"2019-08-22T17:01:35.965Z\",\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 \"undone_at\": null,\n \"updated_at\": \"2019-08-22T17:01:35.965Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/releases\" -d '{\"created_at\":\"2019-08-22T17:01:35.965Z\",\"name\":\"Content Release\",\"publish_at\":null,\"publish_job_id\":null,\"published_at\":null,\"subscribed_user_ids\":[],\"tags\":[],\"undo_at\":null,\"undo_job_id\":null,\"undone_at\":null,\"updated_at\":\"2019-08-22T17:01:35.965Z\"}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Releases", "description": "Creating a release", "route": "/api/admin/releases", "http_method": "POST" }