{ "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/5d5dbdabd4322a4b69d793d3", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"66acfe119cf06f348d807975acc2b021\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "2d25c387-8f42-4ef7-8986-bda5bc5879ca", "X-Runtime": "0.049330", "Expires": "0", "Content-Length": "275" }, "request_method": "POST", "request_path": "/api/admin/pages", "request_body": "{\"active\":true,\"created_at\":\"2019-08-21T21:54:51.644Z\",\"display_h1\":true,\"name\":\"Test Page\",\"show_navigation\":false,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-08-21T21:54:51.644Z\"}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"page\": {\n \"_id\": \"5d5dbdabd4322a4b69d793d3\",\n \"active\": true,\n \"created_at\": \"2019-08-21T21:54:51.644Z\",\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-21T21:54:51.644Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/pages\" -d '{\"active\":true,\"created_at\":\"2019-08-21T21:54:51.644Z\",\"display_h1\":true,\"name\":\"Test Page\",\"show_navigation\":false,\"subscribed_user_ids\":[],\"tags\":[],\"template\":\"generic\",\"updated_at\":\"2019-08-21T21:54:51.644Z\"}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Pages", "description": "Creating a page", "route": "/api/admin/pages", "http_method": "POST" }