{ "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/categories/5f3d2cc90218236de151e868/product_rules", "Content-Type": "application/json; charset=utf-8", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 19 Aug 2020 13:44:42 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "b6878f10-fc10-47bf-9f4f-c954244ff220", "X-Runtime": "0.080537", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "217" }, "request_method": "POST", "request_path": "/api/admin/categories/5f3d2cc90218236de151e868/product_rules", "request_body": "{\"product_rule\":{\"name\":\"search\",\"operator\":\"equals\",\"value\":\"*\"}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"product_rule\": {\n \"_id\": \"5f3d2cca0218236de151e86c\",\n \"active\": true,\n \"active_segment_ids\": [\n\n ],\n \"created_at\": \"2020-08-19T13:44:42.095Z\",\n \"name\": \"search\",\n \"operator\": \"equals\",\n \"updated_at\": \"2020-08-19T13:44:42.095Z\",\n \"value\": \"*\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/categories/5f3d2cc90218236de151e868/product_rules\" -d '{\"product_rule\":{\"name\":\"search\",\"operator\":\"equals\",\"value\":\"*\"}}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Category Product Rules", "description": "Creating a category product rule", "route": "/api/admin/categories/:category_id/product_rules", "http_method": "POST" }