{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Third Party Api API", "version": "1.0" }, "items": [ { "info": { "name": "Third Party Api", "type": "folder" }, "items": [ { "info": { "name": "api_third_party_api_realty_valuations_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/third-party-api/realty-valuations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Realty Valuation." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_party_api_realty_valuations_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/third-party-api/realty-valuations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Realty Valuation." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }