{ "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_taxons/5dddc531124159425407568e", "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:05 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "ff042e6b-5572-451a-89d2-29e1bcada093", "X-Runtime": "0.024130", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "353" }, "request_method": "POST", "request_path": "/api/admin/navigation_taxons", "request_body": "{\"navigation_taxon\":{\"children_count\":0,\"created_at\":\"2019-11-27T00:37:05.413Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5dddc531124159425407568c\",\"parent_ids\":[\"5dddc531124159425407568c\"],\"position\":0,\"updated_at\":\"2019-11-27T00:37:05.413Z\",\"url\":null}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"navigation_taxon\": {\n \"_id\": \"5dddc531124159425407568e\",\n \"children_count\": 0,\n \"created_at\": \"2019-11-27T00:37:05.413Z\",\n \"depth\": 1,\n \"name\": \"Test Taxon\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": \"5dddc531124159425407568c\",\n \"parent_ids\": [\n \"5dddc531124159425407568c\"\n ],\n \"position\": 1,\n \"updated_at\": \"2019-11-27T00:37:05.413Z\",\n \"url\": null\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/navigation_taxons\" -d '{\"navigation_taxon\":{\"children_count\":0,\"created_at\":\"2019-11-27T00:37:05.413Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5dddc531124159425407568c\",\"parent_ids\":[\"5dddc531124159425407568c\"],\"position\":0,\"updated_at\":\"2019-11-27T00:37:05.413Z\",\"url\":null}}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Navigation taxonomy", "description": "Creating a taxon", "route": "/api/admin/navigation_taxons", "http_method": "POST" }