{ "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/navigation_menus/5d5ecb7ed4322a04dfbf79a4", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"c99e9773745be60af77bb16982435ffe\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "1cab3d2b-adaf-4019-b245-5ab924f2ec37", "X-Runtime": "0.042237", "Expires": "0", "Content-Length": "219" }, "request_method": "POST", "request_path": "/api/admin/navigation_menus", "request_body": "{\"navigation_menu\":{\"active\":true,\"created_at\":\"2019-08-22T17:06:06.314Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5d5ecb7ed4322a04dfbf79a0\",\"updated_at\":\"2019-08-22T17:06:06.314Z\"}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"navigation_menu\": {\n \"_id\": \"5d5ecb7ed4322a04dfbf79a4\",\n \"active\": true,\n \"created_at\": \"2019-08-22T17:06:06.314Z\",\n \"name\": \"Test Taxon\",\n \"position\": 0,\n \"taxon_id\": \"5d5ecb7ed4322a04dfbf79a0\",\n \"updated_at\": \"2019-08-22T17:06:06.314Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/navigation_menus\" -d '{\"navigation_menu\":{\"active\":true,\"created_at\":\"2019-08-22T17:06:06.314Z\",\"name\":\"Test Taxon\",\"position\":0,\"taxon_id\":\"5d5ecb7ed4322a04dfbf79a0\",\"updated_at\":\"2019-08-22T17:06:06.314Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Navigation menus", "description": "Creating a menu", "route": "/api/admin/navigation_menus", "http_method": "POST" }