{ "opencollection": "1.0.0", "info": { "name": "PostHog actions managed_viewsets API", "version": "1.0.0" }, "items": [ { "info": { "name": "managed_viewsets", "type": "folder" }, "items": [ { "info": { "name": "managed_viewsets_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:project_id/managed_viewsets/:kind/", "params": [ { "name": "kind", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all views associated with a specific managed viewset.\nGET /api/environments/{team_id}/managed_viewsets/{kind}/" }, { "info": { "name": "managed_viewsets_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/environments/:project_id/managed_viewsets/:kind/", "params": [ { "name": "kind", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Enable or disable a managed viewset by kind.\nPUT /api/environments/{team_id}/managed_viewsets/{kind}/ with body {\"enabled\": true/false}" } ] } ], "bundled": true }