{ "opencollection": "1.0.0", "info": { "name": "API-Fiddle API Fiddle Export Sharing API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sharing", "type": "folder" }, "items": [ { "info": { "name": "API-Fiddle List sharing settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.api-fiddle.com/v1/projects/:projectId/sharing", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." } ] }, "docs": "Retrieves the sharing configuration for a project." }, { "info": { "name": "API-Fiddle Share a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.api-fiddle.com/v1/projects/:projectId/sharing", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Shares a project with another user or generates a public link." }, { "info": { "name": "API-Fiddle Remove sharing", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.api-fiddle.com/v1/projects/:projectId/sharing/:sharingId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." }, { "name": "sharingId", "value": "", "type": "path", "description": "The unique identifier of the sharing entry." } ] }, "docs": "Revokes sharing access for a specific entry." } ] } ], "bundled": true }