{ "opencollection": "1.0.0", "info": { "name": "Quenza ArchiveClient UpdateClient API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "UpdateClient", "type": "folder" }, "items": [ { "info": { "name": "Update a client", "type": "http" }, "http": { "method": "PATCH", "url": "https://developers.quenza.com/v1/clients/:client", "params": [ { "name": "client", "value": "", "type": "path", "description": "The client sqid" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more fields on an existing client. Only the fields included in the request body are updated." } ] } ], "bundled": true }