{ "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/content/5d5dbd7bd4322a4b69d79171", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"5beef94c6f05d549bfa60b58782aa3a7\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "bd53fc5c-3669-4b57-83a9-f4cf21fd0e9d", "X-Runtime": "0.029526", "Expires": "0", "Content-Length": "359" }, "request_method": "POST", "request_path": "/api/admin/content", "request_body": "{\"content\":{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-21T21:54:03.339Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-21T21:54:03.339Z\"}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"content\": {\n \"_id\": \"5d5dbd7bd4322a4b69d79171\",\n \"active\": true,\n \"automate_metadata\": true,\n \"browser_title\": null,\n \"contentable_id\": null,\n \"contentable_type\": null,\n \"created_at\": \"2019-08-21T21:54:03.339Z\",\n \"css\": null,\n \"javascript\": null,\n \"meta_description\": null,\n \"name\": \"Test Content\",\n \"open_graph_asset_id\": null,\n \"subscribed_user_ids\": [\n\n ],\n \"updated_at\": \"2019-08-21T21:54:03.339Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/content\" -d '{\"content\":{\"active\":true,\"automate_metadata\":true,\"browser_title\":null,\"contentable_id\":null,\"contentable_type\":null,\"created_at\":\"2019-08-21T21:54:03.339Z\",\"css\":null,\"javascript\":null,\"meta_description\":null,\"name\":\"Test Content\",\"open_graph_asset_id\":null,\"subscribed_user_ids\":[],\"updated_at\":\"2019-08-21T21:54:03.339Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Content", "description": "Creating content", "route": "/api/admin/content", "http_method": "POST" }