{ "opencollection": "1.0.0", "info": { "name": "Skilljar Assets Domains > Published Paths > Visibility Overrides API", "version": "1.0.0" }, "items": [ { "info": { "name": "Domains > Published Paths > Visibility Overrides", "type": "folder" }, "items": [ { "info": { "name": "domains_published_paths_visibility_overrides_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/domains/:domain_name/published-paths/:published_path_id/visibility-overrides", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "published_path_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List StudentGroup visibility overrides for PublishedPath." }, { "info": { "name": "domains_published_paths_visibility_overrides_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/domains/:domain_name/published-paths/:published_path_id/visibility-overrides", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "published_path_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a StudentGroup visibility override for a Published Path" }, { "info": { "name": "domains_published_paths_visibility_overrides_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/domains/:domain_name/published-paths/:published_path_id/visibility-overrides/:student_group_id", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "published_path_id", "value": "", "type": "path" }, { "name": "student_group_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve StudentGroup visibility override for PublishedPath." }, { "info": { "name": "domains_published_paths_visibility_overrides_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/domains/:domain_name/published-paths/:published_path_id/visibility-overrides/:student_group_id", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "published_path_id", "value": "", "type": "path" }, { "name": "student_group_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes a StudentGroup visibility override for a PublishedPath and returns a `204` response." } ] } ], "bundled": true }