{ "operationId": "setOrderClientExtensions", "summary": "Set Order Extensions", "method": "PUT", "path": "/accounts/{accountID}/orders/{orderSpecifier}/clientExtensions", "parameters": {}, "responses": { "200": { "description": "The Order's Client Extensions were successfully modified", "schema_ref": "" }, "400": { "description": "The Order Client Extensions specification was invalid", "schema_ref": "" }, "401": { "description": "", "schema_ref": "" }, "404": { "description": "The Account or Order specified does not exist.", "schema_ref": "" }, "405": { "description": "", "schema_ref": "" } } }