{ "opencollection": "1.0.0", "info": { "name": "Document Management", "version": "1.0" }, "items": [ { "info": { "name": "document", "type": "folder" }, "items": [ { "info": { "name": "Updates partially a 'Document' by Profile ID", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/document/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the Profile Level" }, { "name": "profileType", "value": "", "type": "query", "description": "Identifier of the Profile Type" } ] }, "docs": "Updates partially a 'Document' by Profile ID" } ] } ], "bundled": true }