{ "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/5d5dbcd4d4322a4b69d78985", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"8699d9ab717c3f3e65ac7ed371c6cca7\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "385dfe84-113e-446f-9a1b-09ab52763d55", "X-Runtime": "0.020571", "Expires": "0", "Content-Length": "353" }, "request_method": "POST", "request_path": "/api/admin/navigation_taxons", "request_body": "{\"navigation_taxon\":{\"children_count\":0,\"created_at\":\"2019-08-21T21:51:16.002Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78984\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78984\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:16.002Z\",\"url\":null}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"navigation_taxon\": {\n \"_id\": \"5d5dbcd4d4322a4b69d78985\",\n \"children_count\": 0,\n \"created_at\": \"2019-08-21T21:51:16.002Z\",\n \"depth\": 1,\n \"name\": \"Test Taxon\",\n \"navigable_id\": null,\n \"navigable_slug\": null,\n \"navigable_type\": null,\n \"parent_id\": \"5d5dbcd3d4322a4b69d78984\",\n \"parent_ids\": [\n \"5d5dbcd3d4322a4b69d78984\"\n ],\n \"position\": 1,\n \"updated_at\": \"2019-08-21T21:51:16.002Z\",\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-08-21T21:51:16.002Z\",\"depth\":1,\"name\":\"Test Taxon\",\"navigable_id\":null,\"navigable_slug\":null,\"navigable_type\":null,\"parent_id\":\"5d5dbcd3d4322a4b69d78984\",\"parent_ids\":[\"5d5dbcd3d4322a4b69d78984\"],\"position\":0,\"updated_at\":\"2019-08-21T21:51:16.002Z\",\"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" }