{ "opencollection": "1.0.0", "info": { "name": "Documenso Public Documents Fields API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Fields", "type": "folder" }, "items": [ { "info": { "name": "Create a field for a document", "type": "http" }, "http": { "method": "POST", "url": "https://app.documenso.com/api/v1/documents/:id/fields", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a field for a document" }, { "info": { "name": "Update a field", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.documenso.com/api/v1/documents/:id/fields/:fieldId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "fieldId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a field" }, { "info": { "name": "Delete a field", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.documenso.com/api/v1/documents/:id/fields/:fieldId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "fieldId", "value": "", "type": "path" } ] }, "docs": "Delete a field" } ] } ], "bundled": true }