{ "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/5d5ecb82d4322a04dfbf79dd", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"2bd960cd83b343deca318b5756d7bbdf\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "fad73d08-3101-40f9-b423-bb3fdf2f9d18", "X-Runtime": "0.054581", "Expires": "0", "Content-Length": "275" }, "request_method": "POST", "request_path": "/api/admin/pages", "request_body": "{\"active\":true,\"created_at\":\"2019-08-22T17:06:10.118Z\",\"display_h1\":true,\"name\":\"Test Page\",\"show_navigation\":false,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-08-22T17:06:10.118Z\"}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"page\": {\n \"_id\": \"5d5ecb82d4322a04dfbf79dd\",\n \"active\": true,\n \"created_at\": \"2019-08-22T17:06:10.118Z\",\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-08-22T17:06:10.118Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/pages\" -d '{\"active\":true,\"created_at\":\"2019-08-22T17:06:10.118Z\",\"display_h1\":true,\"name\":\"Test Page\",\"show_navigation\":false,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-08-22T17:06:10.118Z\"}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Pages", "description": "Creating a page", "route": "/api/admin/pages", "http_method": "POST" }