{ "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/pages/5dddc54012415942540756e8", "Content-Type": "application/json; charset=utf-8", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:37:21 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "7885da6e-93e5-46e6-ad3e-1a98434f589b", "X-Runtime": "0.423700", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "299" }, "request_method": "POST", "request_path": "/api/admin/pages", "request_body": "{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:37:20.761Z\",\"display_h1\":true,\"name\":\"Test Page\",\"show_navigation\":false,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:37:20.761Z\"}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"page\": {\n \"_id\": \"5dddc54012415942540756e8\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2019-11-27T00:37:20.761Z\",\n \"display_h1\": true,\n \"name\": \"Test Page\",\n \"show_navigation\": false,\n \"slug\": \"test-page-1\",\n \"subscribed_user_ids\": [\n\n ],\n \"tags\": [\n\n ],\n \"template\": \"generic\",\n \"updated_at\": \"2019-11-27T00:37:20.761Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/pages\" -d '{\"active\":true,\"active_segment_ids\":[],\"created_at\":\"2019-11-27T00:37:20.761Z\",\"display_h1\":true,\"name\":\"Test Page\",\"show_navigation\":false,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-11-27T00:37:20.761Z\"}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Pages", "description": "Creating a page", "route": "/api/admin/pages", "http_method": "POST" }