{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin policies.featureRolloutPolicy API", "version": "1.0.0" }, "items": [ { "info": { "name": "policies.featureRolloutPolicy", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List featureRolloutPolicies", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of featureRolloutPolicy objects." }, { "info": { "name": "Microsoft Graph Create featureRolloutPolicy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new featureRolloutPolicy object." }, { "info": { "name": "Microsoft Graph Get featureRolloutPolicy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id", "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a featureRolloutPolicy object." }, { "info": { "name": "Microsoft Graph Update featurerolloutpolicy", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id", "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of featureRolloutPolicy object." }, { "info": { "name": "Microsoft Graph Delete featureRolloutPolicy", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" } ] }, "docs": "Delete a featureRolloutPolicy object." }, { "info": { "name": "Microsoft Graph Get appliesTo from policies", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id/appliesTo", "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Nullable. Specifies a list of directoryObject resources that feature is enabled for." }, { "info": { "name": "Microsoft Graph Assign appliesTo on a featureRolloutPolicy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id/appliesTo", "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied." }, { "info": { "name": "Microsoft Graph Remove appliesTo on a featureRolloutPolicy", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id/appliesTo/:directoryObject-id/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" } ] }, "docs": "Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id/appliesTo/$count", "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get ref of appliesTo from policies", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id/appliesTo/$ref", "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" } ] }, "docs": "Nullable. Specifies a list of directoryObject resources that feature is enabled for." }, { "info": { "name": "Microsoft Graph Assign appliesTo on a featureRolloutPolicy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id/appliesTo/$ref", "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied." }, { "info": { "name": "Microsoft Graph Remove appliesTo on a featureRolloutPolicy", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/:featureRolloutPolicy-id/appliesTo/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "featureRolloutPolicy-id", "value": "", "type": "path", "description": "The unique identifier of featureRolloutPolicy" }, { "name": "@id", "value": "", "type": "query", "description": "The delete Uri" } ] }, "docs": "Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/featureRolloutPolicies/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }