{ "operationId": "updateRedirect", "method": "PUT", "path": "/redirects/{id}", "summary": "BigCommerce Update a Redirect", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": 1, "path": "/smith-journal-13/", "forward": { "type": "product", "ref": 111 }, "url": "http://store-store_hash.mybigcommerce.com/towels/bath-towels/hand-towels/" } } ] }