diff --git a/sample-queries/sample-queries.json b/sample-queries/sample-queries.json index 9f600cb4..4b1787f9 100644 --- a/sample-queries/sample-queries.json +++ b/sample-queries/sample-queries.json @@ -6,7 +6,7 @@ "method": "GET", "humanName": "my profile", "requestUrl": "/v1.0/me", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-get", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-get", "skipTest": false }, { @@ -15,7 +15,7 @@ "method": "GET", "humanName": "my profile (beta)", "requestUrl": "/beta/me/profile", - "docLink": "https://docs.microsoft.com/en-us/graph/api/profile-get?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/profile-get?view=graph-rest-beta", "skipTest": false }, { @@ -24,7 +24,7 @@ "method": "GET", "humanName": "my photo", "requestUrl": "/v1.0/me/photo/$value", - "docLink": "https://docs.microsoft.com/en-us/graph/api/profilephoto-get?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/profilephoto-get?view=graph-rest-1.0", "skipTest": false }, { @@ -33,7 +33,7 @@ "method": "GET", "humanName": "my mail", "requestUrl": "/v1.0/me/messages", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0", "skipTest": false }, { @@ -42,7 +42,7 @@ "method": "GET", "humanName": "list items in my drive", "requestUrl": "/v1.0/me/drive/root/children", - "docLink": "https://docs.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0", "skipTest": false }, { @@ -51,7 +51,7 @@ "method": "GET", "humanName": "items trending around me", "requestUrl": "/beta/me/insights/trending", - "docLink": "https://docs.microsoft.com/en-us/graph/api/insights-list-trending?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/insights-list-trending?view=graph-rest-beta", "skipTest": false }, { @@ -60,7 +60,7 @@ "method": "GET", "humanName": "my manager", "requestUrl": "/v1.0/me/manager", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-manager?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-manager?view=graph-rest-1.0", "skipTest": false }, { @@ -70,7 +70,7 @@ "humanName": "my To Do task lists", "requestUrl": "/v1.0/me/todo/lists", "tip": "This query requires the Tasks.ReadWrite permission", - "docLink": "https://docs.microsoft.com/en-us/graph/api/todo-list-lists?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/todo-list-lists?view=graph-rest-1.0", "skipTest": false }, { @@ -85,7 +85,7 @@ "value": "eventual" } ], - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta&tabs=http#example-6-get-only-a-count-of-users", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta#example-6-get-only-a-count-of-users", "tip": "You are using the advanced query capabilities for Directory Objects, please send us feedback here: https://aka.ms/aadmgs", "skipTest": false }, @@ -95,7 +95,7 @@ "method": "GET", "humanName": "my direct reports", "requestUrl": "/v1.0/me/directReports", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-directreports?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-directreports?view=graph-rest-1.0", "skipTest": false }, { @@ -104,8 +104,8 @@ "method": "GET", "humanName": "all users in the organization", "requestUrl": "/v1.0/users", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", "skipTest": false }, { @@ -114,8 +114,8 @@ "method": "GET", "humanName": "all guest users in the organization", "requestUrl": "/v1.0/users/?$filter=userType eq 'guest'", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", "skipTest": false }, { @@ -124,7 +124,7 @@ "method": "GET", "humanName": "count the guest users in your organization", "requestUrl": "/v1.0/users/$count?$filter=userType eq 'guest'", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta&tabs=http#example-6-get-only-a-count-of-users", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta#example-6-get-only-a-count-of-users", "headers": [ { "name": "ConsistencyLevel", @@ -146,7 +146,7 @@ "value": "eventual" } ], - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0", "tip": "You are using the advanced query capabilities for Directory Objects, please send us feedback here: https://aka.ms/aadmgs", "skipTest": false }, @@ -162,7 +162,7 @@ "value": "eventual" } ], - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0", "tip": "You are using the advanced query capabilities for Directory Objects, please send us feedback here: https://aka.ms/aadmgs", "skipTest": false }, @@ -172,8 +172,8 @@ "method": "GET", "humanName": "me", "requestUrl": "/v1.0/me", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", "skipTest": false }, { @@ -182,7 +182,7 @@ "method": "PATCH", "humanName": "me", "requestUrl": "/v1.0/me", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -190,7 +190,7 @@ } ], "postBody": "{\r\n \"department\": \"Sales & Marketing\"\r\n }", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", "skipTest": false }, { @@ -199,7 +199,7 @@ "method": "GET", "humanName": "my skills", "requestUrl": "/v1.0/me/?$select=displayName,skills", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0", "skipTest": false }, { @@ -208,8 +208,8 @@ "method": "GET", "humanName": "user by email", "requestUrl": "/v1.0/users/{user-mail}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", "skipTest": false }, { @@ -218,8 +218,8 @@ "method": "GET", "humanName": "user identities", "requestUrl": "/v1.0/users/{id}/identities", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback. You can also use 'userPrincipalName' in place of 'id'", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback. You can also use 'userPrincipalName' in place of 'id'", "skipTest": false }, { @@ -228,7 +228,7 @@ "method": "GET", "humanName": "all my Planner tasks", "requestUrl": "/beta/me/planner/tasks", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/planner-overview?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/planner-overview?view=graph-rest-beta", "skipTest": false }, { @@ -237,7 +237,7 @@ "method": "POST", "humanName": "create user", "requestUrl": "/v1.0/users", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-post-users?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-post-users?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -245,7 +245,7 @@ } ], "postBody": "{\r\n \"accountEnabled\": true,\r\n \"city\": \"Seattle\",\r\n \"country\": \"United States\",\r\n \"department\": \"Sales & Marketing\",\r\n \"displayName\": \"Melissa Darrow\",\r\n \"givenName\": \"Melissa\",\r\n \"jobTitle\": \"Marketing Director\",\r\n \"mailNickname\": \"MelissaD\",\r\n \"passwordPolicies\": \"DisablePasswordExpiration\",\r\n \"passwordProfile\": {\r\n \"password\": \"{Placeholder Password}\",\r\n \"forceChangePasswordNextSignIn\": false\r\n },\r\n \"officeLocation\": \"131/1105\",\r\n \"postalCode\": \"98052\",\r\n \"preferredLanguage\": \"en-US\",\r\n \"state\": \"WA\",\r\n \"streetAddress\": \"9256 Towne Center Dr., Suite 400\",\r\n \"surname\": \"Darrow\",\r\n \"mobilePhone\": \"+1 206 555 0110\",\r\n \"usageLocation\": \"US\",\r\n \"userPrincipalName\": \"MelissaD@{domain}\"\r\n }", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback", "skipTest": false }, { @@ -254,7 +254,7 @@ "method": "PATCH", "humanName": "update user", "requestUrl": "/v1.0/users/{id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -262,7 +262,7 @@ } ], "postBody": "{\r\n \"department\": \"Sales & Marketing\"\r\n }", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback. You can also use 'userPrincipalName' in place of 'id'", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback. You can also use 'userPrincipalName' in place of 'id'", "skipTest": false }, { @@ -271,7 +271,7 @@ "method": "GET", "humanName": "track user changes", "requestUrl": "/v1.0/users/delta?$select=displayName,givenName,surname", - "docLink": "https://docs.microsoft.com/en-us/graph/delta-query-users", + "docLink": "https://learn.microsoft.com/en-us/graph/delta-query-users", "skipTest": false }, { @@ -280,7 +280,7 @@ "method": "GET", "humanName": "get my presence ", "requestUrl": "/beta/me/presence", - "docLink": "https://docs.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-beta", "tip": "This query requires Presence.Read permissions", "skipTest": false }, @@ -290,7 +290,7 @@ "method": "GET", "humanName": "get a user's presence ", "requestUrl": "/beta/users/{user-id}/presence", - "docLink": "https://docs.microsoft.com/en-us/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", "tip": "This query requires a user ID and the Presence.Read.All permission. Use the following call to get a user ID: GET https://graph.microsoft.com/v1.0/users", "skipTest": false }, @@ -300,8 +300,8 @@ "method": "DELETE", "humanName": "delete user", "requestUrl": "/v1.0/users/{id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-delete?view=graph-rest-1.0", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback. You can also use 'userPrincipalName' in place of 'id'", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-delete?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/UsersAPIFeedback. You can also use 'userPrincipalName' in place of 'id'", "skipTest": false }, { @@ -310,7 +310,7 @@ "method": "GET", "humanName": "list all groups in my organization", "requestUrl": "/v1.0/groups", - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-list?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-list?view=graph-rest-1.0", "tip": "Please provide us with feedback on the groups API here: https://aka.ms/GroupsAPIFeedback", "skipTest": false }, @@ -320,7 +320,7 @@ "method": "GET", "humanName": "get properties and relationships of group", "requestUrl": "/v1.0/groups/{group-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-get?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-get?view=graph-rest-1.0", "tip": "Please provide us with feedback on the groups API here: https://aka.ms/GroupsAPIFeedback. To get group-id run https://graph.microsoft.com/v1.0/groups/", "skipTest": false }, @@ -330,7 +330,7 @@ "method": "POST", "humanName": "create a new group", "requestUrl": "/v1.0/groups", - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-post-groups?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-post-groups?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -347,7 +347,7 @@ "method": "POST", "humanName": "add member to group", "requestUrl": "/v1.0/groups/{group-id}/members/$ref", - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-post-members?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-post-members?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -364,7 +364,7 @@ "method": "DELETE", "humanName": "remove member from group", "requestUrl": "/v1.0/groups/{group-id}/members/{member-id}/$ref", - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-delete-members?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-delete-members?view=graph-rest-1.0", "tip": "Please provide us with feedback on the groups API here: https://aka.ms/GroupsAPIFeedback. To get group-id run https://graph.microsoft.com/v1.0/groups/. To get member-id https://graph.microsoft.com/v1.0/groups/{id}/members", "skipTest": false }, @@ -374,7 +374,7 @@ "method": "DELETE", "humanName": "delete group", "requestUrl": "/v1.0/groups/{group-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-delete?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-delete?view=graph-rest-1.0", "tip": "Please provide us with feedback on the groups API here: https://aka.ms/GroupsAPIFeedback. To get group-id run https://graph.microsoft.com/v1.0/groups/", "skipTest": false }, @@ -390,7 +390,7 @@ "value": "eventual" } ], - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-memberof?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-memberof?view=graph-rest-1.0", "skipTest": false }, { @@ -405,7 +405,7 @@ "value": "eventual" } ], - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-list-members?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-list-members?view=graph-rest-1.0", "tip": "This query requires a group id. To find the ID of a group you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/memberOf", "skipTest": false }, @@ -415,7 +415,7 @@ "method": "GET", "humanName": "group's conversations", "requestUrl": "/v1.0/groups/{group-id}/conversations", - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-list-conversations?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-list-conversations?view=graph-rest-1.0", "tip": "This query requires a group id. To find the ID of a group you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/memberOf", "skipTest": false }, @@ -425,7 +425,7 @@ "method": "GET", "humanName": "group's events", "requestUrl": "/v1.0/groups/{group-id}/events", - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-list-events?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-list-events?view=graph-rest-1.0", "tip": "This query requires a group id. To find the ID of a group you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/memberOf", "skipTest": false }, @@ -435,7 +435,7 @@ "method": "POST", "humanName": "add favorite group", "requestUrl": "/v1.0/groups/{group-id}/addFavorite", - "docLink": "https://docs.microsoft.com/en-us/graph/api/group-addfavorite?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/group-addfavorite?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -451,7 +451,7 @@ "method": "GET", "humanName": "items in a group drive", "requestUrl": "/v1.0/groups/{group-id}/drive/items/root/children", - "docLink": "https://docs.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0", "tip": "This query requires a group id. To find the ID of a group you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/memberOf", "skipTest": false }, @@ -461,7 +461,7 @@ "method": "GET", "humanName": "track group changes", "requestUrl": "/v1.0/groups/delta?$select=displayName,description", - "docLink": "https://docs.microsoft.com/en-us/graph/delta-query-groups", + "docLink": "https://learn.microsoft.com/en-us/graph/delta-query-groups", "skipTest": false }, { @@ -470,7 +470,7 @@ "method": "GET", "humanName": "my high important mail", "requestUrl": "/v1.0/me/messages?$filter=importance eq 'high'", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0", "skipTest": false }, { @@ -479,7 +479,7 @@ "method": "GET", "humanName": "my mails from an address", "requestUrl": "/v1.0/me/messages?$filter=(from/emailAddress/address) eq '{user-mail}'", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0", "skipTest": false }, { @@ -488,7 +488,7 @@ "method": "GET", "humanName": "my mail that has 'Hello World'", "requestUrl": "/v1.0/me/messages?$search=\"hello world\"", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0", "skipTest": false }, { @@ -497,7 +497,7 @@ "method": "POST", "humanName": "send an email", "requestUrl": "/v1.0/me/sendMail", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -514,7 +514,7 @@ "method": "POST", "humanName": "forward mail", "requestUrl": "/v1.0/me/messages/{message-id}/forward", - "docLink": "https://docs.microsoft.com/en-us/graph/api/message-forward?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/message-forward?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -531,7 +531,7 @@ "method": "GET", "humanName": "track email changes", "requestUrl": "/v1.0/me/mailFolders/Inbox/messages/delta", - "docLink": "https://docs.microsoft.com/en-us/graph/delta-query-messages", + "docLink": "https://learn.microsoft.com/en-us/graph/delta-query-messages", "skipTest": false }, { @@ -540,7 +540,7 @@ "method": "GET", "humanName": "my inbox rules", "requestUrl": "/beta/me/mailFolders/inbox/messagerules", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/messagerule?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/messagerule?view=graph-rest-beta", "skipTest": false }, { @@ -549,7 +549,7 @@ "method": "GET", "humanName": "my outlook categories", "requestUrl": "/beta/me/outlook/masterCategories", - "docLink": "https://docs.microsoft.com/en-us/graph/api/outlookuser-list-mastercategories?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/outlookuser-list-mastercategories?view=graph-rest-beta", "skipTest": false }, { @@ -558,7 +558,7 @@ "method": "GET", "humanName": "get email headers", "requestUrl": "/beta/me/messages?$select=internetMessageHeaders&$top=1", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/message?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/message?view=graph-rest-beta", "skipTest": false }, { @@ -567,7 +567,7 @@ "method": "GET", "humanName": "list conference rooms", "requestUrl": "/beta/me/findRooms", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-findrooms?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-findrooms?view=graph-rest-beta", "skipTest": false }, { @@ -576,7 +576,7 @@ "method": "GET", "humanName": "email I'm @ mentioned", "requestUrl": "/beta/me/messages?$filter=mentionsPreview/isMentioned eq true&$select=subject,sender,receivedDateTime", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-beta", "skipTest": false }, { @@ -585,7 +585,7 @@ "method": "GET", "humanName": "my events for the next week", "requestUrl": "/v1.0/me/calendarview?startdatetime={today}&enddatetime={next-week}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-calendarview?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-calendarview?view=graph-rest-1.0", "skipTest": false }, { @@ -594,7 +594,7 @@ "method": "GET", "humanName": "all events in my calendar", "requestUrl": "/v1.0/me/events?$select=subject,body,bodyPreview,organizer,attendees,start,end,location", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-events?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-events?view=graph-rest-1.0", "skipTest": false }, { @@ -603,7 +603,7 @@ "method": "GET", "humanName": "all my calendars", "requestUrl": "/v1.0/me/calendars", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-calendars?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-calendars?view=graph-rest-1.0", "skipTest": false }, { @@ -612,7 +612,7 @@ "method": "POST", "humanName": "find meeting time", "requestUrl": "/v1.0/me/findMeetingTimes", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-findmeetingtimes?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-findmeetingtimes?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -629,7 +629,7 @@ "method": "POST", "humanName": "schedule a meeting", "requestUrl": "/v1.0/me/events", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -646,7 +646,7 @@ "method": "POST", "humanName": "add graph community call", "requestUrl": "/v1.0/me/events", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -663,7 +663,7 @@ "method": "GET", "humanName": "track changes on my events for the next week", "requestUrl": "/v1.0/me/calendarView/delta?startDateTime={today}&endDateTime={next-week}", - "docLink": "https://docs.microsoft.com/en-us/graph/delta-query-events", + "docLink": "https://learn.microsoft.com/en-us/graph/delta-query-events", "tip": "This query uses date and time parameters. Use an ISO 8601 format. For example, \"2017-04-30T19:00:00.0000000\".", "skipTest": false }, @@ -673,7 +673,7 @@ "method": "GET", "humanName": "my contacts", "requestUrl": "/v1.0/me/contacts", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-contacts?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-contacts?view=graph-rest-1.0", "skipTest": false }, { @@ -682,7 +682,7 @@ "method": "POST", "humanName": "add contact", "requestUrl": "/v1.0/me/contacts", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-post-contacts?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-post-contacts?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -699,7 +699,7 @@ "method": "GET", "humanName": "list items in my drive", "requestUrl": "/v1.0/me/drive/root/children", - "docLink": "https://docs.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0", "skipTest": false }, { @@ -708,7 +708,7 @@ "method": "GET", "humanName": "my recent files", "requestUrl": "/v1.0/me/drive/recent", - "docLink": "https://docs.microsoft.com/en-us/graph/api/drive-recent?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/drive-recent?view=graph-rest-1.0", "skipTest": false }, { @@ -717,7 +717,7 @@ "method": "GET", "humanName": "files shared with me", "requestUrl": "/v1.0/me/drive/sharedWithMe", - "docLink": "https://docs.microsoft.com/en-us/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/drive-sharedwithme?view=graph-rest-1.0", "skipTest": false }, { @@ -726,7 +726,7 @@ "method": "GET", "humanName": "search my OneDrive", "requestUrl": "/v1.0/me/drive/root/search(q='finance')?select=name,id,webUrl", - "docLink": "https://docs.microsoft.com/en-us/graph/api/driveitem-search?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-search?view=graph-rest-1.0", "skipTest": false }, { @@ -735,7 +735,7 @@ "method": "POST", "humanName": "create a folder", "requestUrl": "/v1.0/me/drive/root/children", - "docLink": "https://docs.microsoft.com/en-us/graph/api/driveitem-post-children?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-post-children?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -752,7 +752,7 @@ "method": "POST", "humanName": "create session", "requestUrl": "/v1.0/me/drive/items/{drive-item-id}/workbook/createSession", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/excel?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/excel?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -769,7 +769,7 @@ "method": "GET", "humanName": "worksheets in a workbook", "requestUrl": "/v1.0/me/drive/items/{drive-item-id}/workbook/worksheets", - "docLink": "https://docs.microsoft.com/en-us/graph/api/workbook-list-worksheets?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/workbook-list-worksheets?view=graph-rest-1.0", "tip": "This query requires a driveItem id. To find the ID of the driveItem that corresponds to an Excel Workbook, you can run: GET https://graph.microsoft.com/v1.0/me/drive/root/search(q='.xlsx')?select=name,id,webUrl.", "skipTest": false }, @@ -779,7 +779,7 @@ "method": "POST", "humanName": "add a new worksheet", "requestUrl": "/v1.0/me/drive/items/{drive-item-id}/workbook/worksheets", - "docLink": "https://docs.microsoft.com/en-us/graph/api/worksheetcollection-add?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/worksheetcollection-add?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -796,7 +796,7 @@ "method": "POST", "humanName": "calculate loan payment", "requestUrl": "/v1.0/me/drive/items/{drive-item-id}/workbook/functions/pmt", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/workbook#functions?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/workbook#functions?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -813,7 +813,7 @@ "method": "GET", "humanName": "used range in worksheet", "requestUrl": "/v1.0/me/drive/items/{drive-item-id}/workbook/worksheets('Sheet1')/usedRange", - "docLink": "https://docs.microsoft.com/en-us/graph/api/worksheet-usedrange?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/worksheet-usedrange?view=graph-rest-1.0", "tip": "This query requires a driveItem id. To find the ID of the driveItem that corresponds to an Excel Workbook, you can run: GET https://graph.microsoft.com/v1.0/me/drive/root/search(q='.xlsx')?select=name,id,webUrl.", "skipTest": false }, @@ -823,7 +823,7 @@ "method": "GET", "humanName": "tables in worksheet", "requestUrl": "/v1.0/me/drive/items/{drive-item-id}/workbook/worksheets/Sheet1/tables", - "docLink": "https://docs.microsoft.com/en-us/graph/api/worksheet-list-tables?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/worksheet-list-tables?view=graph-rest-1.0", "tip": "This query requires a driveItem id. To find the ID of the driveItem that corresponds to an Excel Workbook, you can run: GET https://graph.microsoft.com/v1.0/me/drive/root/search(q='.xlsx')?select=name,id,webUrl.", "skipTest": false }, @@ -833,7 +833,7 @@ "method": "GET", "humanName": "charts in worksheet", "requestUrl": "/v1.0/me/drive/items/{drive-item-id}/workbook/worksheets('Sheet1')/charts", - "docLink": "https://docs.microsoft.com/en-us/graph/api/worksheet-list-charts?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/worksheet-list-charts?view=graph-rest-1.0", "tip": "This query requires a driveItem id. To find the ID of the driveItem that corresponds to an Excel Workbook, you can run: GET https://graph.microsoft.com/v1.0/me/drive/root/search(q='.xlsx')?select=name,id,webUrl.", "skipTest": false }, @@ -843,7 +843,7 @@ "method": "GET", "humanName": "all Planner plans associated with a group", "requestUrl": "/v1.0/groups/{group-id-with-plan}/planner/plans", - "docLink": "https://docs.microsoft.com/en-us/graph/api/plannergroup-list-plans?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/plannergroup-list-plans?view=graph-rest-1.0", "tip": "This query requires a group id. To find the ID of a group you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/memberOf", "skipTest": false }, @@ -853,7 +853,7 @@ "method": "GET", "humanName": "get Planner plan", "requestUrl": "/v1.0/planner/plans/{plan-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/plannerplan-get?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/plannerplan-get?view=graph-rest-1.0", "tip": "This query requires a plan id. To find the ID of the plan you can run: GET https://graph.microsoft.com/v1.0/me/groups/{group-id}/plans.", "skipTest": false }, @@ -863,7 +863,7 @@ "method": "PATCH", "humanName": "update a Planner plan", "requestUrl": "/v1.0/planner/plans/{plan-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/plannerplan-update?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/plannerplan-update?view=graph-rest-1.0", "headers": [ { "name": "If-Match", @@ -880,7 +880,7 @@ "method": "GET", "humanName": "all buckets in Planner plan", "requestUrl": "/v1.0/planner/plans/{plan-id}/buckets", - "docLink": "https://docs.microsoft.com/en-us/graph/api/plannerplan-list-buckets?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/plannerplan-list-buckets?view=graph-rest-1.0", "tip": "This query requires a plan id. To find the ID of the plan you can run: GET https://graph.microsoft.com/v1.0/me/groups/{group-id}/plans.", "skipTest": false }, @@ -890,7 +890,7 @@ "method": "POST", "humanName": "create a bucket in Planner plan", "requestUrl": "/v1.0/planner/buckets", - "docLink": "https://docs.microsoft.com/en-us/graph/api/planner-post-buckets?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/planner-post-buckets?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -907,7 +907,7 @@ "method": "PATCH", "humanName": "update a bucket in Planner plan", "requestUrl": "/v1.0/planner/buckets/{bucket-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/plannerbucket-update?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/plannerbucket-update?view=graph-rest-1.0", "headers": [ { "name": "If-Match", @@ -924,7 +924,7 @@ "method": "GET", "humanName": "all Planner tasks for a plan", "requestUrl": "/v1.0/planner/plans/{plan-id}/tasks", - "docLink": "https://docs.microsoft.com/en-us/graph/api/plannerplan-list-tasks?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/plannerplan-list-tasks?view=graph-rest-1.0", "tip": "This query requires a plan id. To find the ID of the plan you can run: GET https://graph.microsoft.com/v1.0/me/groups/{group-id}/plans.", "skipTest": false }, @@ -934,7 +934,7 @@ "method": "GET", "humanName": "all my Planner tasks", "requestUrl": "/v1.0/me/planner/tasks", - "docLink": "https://docs.microsoft.com/en-us/graph/api/planneruser-list-tasks", + "docLink": "https://learn.microsoft.com/en-us/graph/api/planneruser-list-tasks", "skipTest": false }, { @@ -943,7 +943,7 @@ "method": "GET", "humanName": "all Planner tasks for user", "requestUrl": "/v1.0/users/{coworker-mail}/planner/tasks", - "docLink": "https://docs.microsoft.com/en-us/graph/api/planneruser-list-tasks?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/planneruser-list-tasks?view=graph-rest-1.0", "skipTest": false }, { @@ -952,7 +952,7 @@ "method": "GET", "humanName": "get Planner task by id", "requestUrl": "/v1.0/planner/tasks/{task-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/plannertask-get?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/plannertask-get?view=graph-rest-1.0", "tip": "This query requires a task id. To find the ID of the task you can run: GET https://graph.microsoft.com/v1.0/me/planner/tasks", "skipTest": false }, @@ -962,7 +962,7 @@ "method": "POST", "humanName": "create a Planner task", "requestUrl": "/v1.0/planner/tasks", - "docLink": "https://docs.microsoft.com/en-us/graph/api/planner-post-tasks?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/planner-post-tasks?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -979,7 +979,7 @@ "method": "PATCH", "humanName": "update a Planner task", "requestUrl": "/v1.0/planner/tasks/{task-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/plannertask-update?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/plannertask-update?view=graph-rest-1.0", "headers": [ { "name": "Content-Type", @@ -996,7 +996,7 @@ "method": "GET", "humanName": "details for Planner task", "requestUrl": "/v1.0/planner/tasks/{task-id}/details", - "docLink": "https://docs.microsoft.com/en-us/graph/api/plannertaskdetails-get?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/plannertaskdetails-get?view=graph-rest-1.0", "tip": "This query requires a task id. To find the ID of the task you can run: GET https://graph.microsoft.com/v1.0/me/planner/tasks", "skipTest": false }, @@ -1006,7 +1006,7 @@ "method": "GET", "humanName": "my recent files", "requestUrl": "/v1.0/me/drive/recent", - "docLink": "https://docs.microsoft.com/en-us/graph/api/drive-recent?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/drive-recent?view=graph-rest-1.0", "skipTest": false }, { @@ -1015,7 +1015,7 @@ "method": "GET", "humanName": "items trending around me", "requestUrl": "/v1.0/me/insights/trending", - "docLink": "https://docs.microsoft.com/en-us/graph/api/insights-list-trending?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/insights-list-trending?view=graph-rest-1.0", "skipTest": false }, { @@ -1024,7 +1024,7 @@ "method": "GET", "humanName": "items shared with me", "requestUrl": "/v1.0/me/insights/shared", - "docLink": "https://docs.microsoft.com/en-us/graph/api/insights-list-shared?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/insights-list-shared?view=graph-rest-1.0", "skipTest": false }, { @@ -1033,7 +1033,7 @@ "method": "GET", "humanName": "items viewed and modified by me", "requestUrl": "/v1.0/me/insights/used", - "docLink": "https://docs.microsoft.com/en-us/graph/api/insights-list-used?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/insights-list-used?view=graph-rest-1.0", "skipTest": false }, { @@ -1042,7 +1042,7 @@ "method": "GET", "humanName": "people I work with", "requestUrl": "/v1.0/me/people", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-people?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-people?view=graph-rest-1.0", "skipTest": false }, { @@ -1051,7 +1051,7 @@ "method": "GET", "humanName": "people whose name starts with J", "requestUrl": "/v1.0/me/people/?$search=j", - "docLink": "https://docs.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0", "skipTest": false }, { @@ -1060,7 +1060,7 @@ "method": "GET", "humanName": "get an open extension", "requestUrl": "/v1.0/me?$select=id,displayName,mail,mobilePhone&$expand=extensions", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/opentypeextension?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/opentypeextension?view=graph-rest-1.0", "skipTest": false }, { @@ -1069,7 +1069,7 @@ "method": "POST", "humanName": "create an open extension", "requestUrl": "/v1.0/me/extensions", - "docLink": "https://docs.microsoft.com/en-us/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -1085,7 +1085,7 @@ "method": "PATCH", "humanName": "update an open extension", "requestUrl": "/v1.0/me/extensions/{extension-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/opentypeextension-update?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/opentypeextension-update?view=graph-rest-1.0", "headers": [ { "name": "Content-Type", @@ -1101,7 +1101,7 @@ "method": "GET", "humanName": "get available schema extensions", "requestUrl": "/v1.0/schemaExtensions", - "docLink": "https://docs.microsoft.com/en-us/graph/api/schemaextension-get?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/schemaextension-get?view=graph-rest-1.0", "skipTest": false }, { @@ -1110,7 +1110,7 @@ "method": "GET", "humanName": "filter groups by extension property value", "requestUrl": "/v1.0/groups?$filter=adatumisv_courses/id eq '123'&$select=id,displayName,adatumisv_courses", - "docLink": "https://docs.microsoft.com/en-us/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", "skipTest": false }, { @@ -1119,7 +1119,7 @@ "method": "POST", "humanName": "create a group with extension data", "requestUrl": "/v1.0/groups", - "docLink": "https://docs.microsoft.com/en-us/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -1135,7 +1135,7 @@ "method": "PATCH", "humanName": "update a group with extension data", "requestUrl": "/v1.0/groups/{group-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", "headers": [ { "name": "Content-Type", @@ -1151,7 +1151,7 @@ "method": "GET", "humanName": "my notebooks", "requestUrl": "/v1.0/me/onenote/notebooks", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/onenote?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/onenote?view=graph-rest-1.0", "skipTest": false }, { @@ -1160,7 +1160,7 @@ "method": "GET", "humanName": "my sections", "requestUrl": "/v1.0/me/onenote/sections", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/section?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/section?view=graph-rest-1.0", "skipTest": false }, { @@ -1169,7 +1169,7 @@ "method": "GET", "humanName": "my pages", "requestUrl": "/v1.0/me/onenote/pages", - "docLink": "https://docs.microsoft.com/en-us/graph/api/section-list-pages?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/section-list-pages?view=graph-rest-1.0", "skipTest": false }, { @@ -1178,7 +1178,7 @@ "method": "POST", "humanName": "create notebook", "requestUrl": "/v1.0/me/onenote/notebooks", - "docLink": "https://docs.microsoft.com/en-us/graph/api/onenote-post-notebooks?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/onenote-post-notebooks?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -1195,7 +1195,7 @@ "method": "POST", "humanName": "create section", "requestUrl": "/v1.0/me/onenote/notebooks/{notebook-id}/sections", - "docLink": "https://docs.microsoft.com/en-us/graph/api/notebook-post-sections?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/notebook-post-sections?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -1212,7 +1212,7 @@ "method": "POST", "humanName": "create page", "requestUrl": "/v1.0/me/onenote/sections/{section-id}/pages", - "docLink": "https://docs.microsoft.com/en-us/graph/api/section-post-pages?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/section-post-pages?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -1229,7 +1229,7 @@ "method": "GET", "humanName": "my organization's default SharePoint site", "requestUrl": "/v1.0/sites/root", - "docLink": "https://docs.microsoft.com/en-us/graph/api/site-get?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/site-get?view=graph-rest-1.0", "skipTest": false }, { @@ -1238,7 +1238,7 @@ "method": "GET", "humanName": "enumerate the document libraries under the root site", "requestUrl": "/v1.0/sites/root/drives", - "docLink": "https://docs.microsoft.com/en-us/graph/api/drive-list#list-a-sites-drives?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/drive-list#list-a-sites-drives?view=graph-rest-1.0", "skipTest": false }, { @@ -1247,7 +1247,7 @@ "method": "GET", "humanName": "get SharePoint site based on relative path of the site", "requestUrl": "/v1.0/sites/{host-name}:/{server-relative-path}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/site-getbypath?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/site-getbypath?view=graph-rest-1.0", "skipTest": false }, { @@ -1256,7 +1256,7 @@ "method": "GET", "humanName": "search for a SharePoint site by keyword", "requestUrl": "/v1.0/sites?search=contoso", - "docLink": "https://docs.microsoft.com/en-us/graph/api/site-search?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/site-search?view=graph-rest-1.0", "skipTest": false }, { @@ -1265,7 +1265,7 @@ "method": "GET", "humanName": "enumerate subsites of the root site", "requestUrl": "/v1.0/sites/root/sites", - "docLink": "https://docs.microsoft.com/en-us/graph/api/site-list-subsites?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/site-list-subsites?view=graph-rest-1.0", "skipTest": false }, { @@ -1274,7 +1274,7 @@ "method": "GET", "humanName": "enumerate site columns of the root site", "requestUrl": "/v1.0/sites/root/columns", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/site?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/site?view=graph-rest-1.0", "skipTest": false }, { @@ -1283,7 +1283,7 @@ "method": "GET", "humanName": "enumerate site content types of the root site", "requestUrl": "/v1.0/sites/root/contentTypes", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/site?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/site?view=graph-rest-1.0", "skipTest": false }, { @@ -1292,7 +1292,7 @@ "method": "GET", "humanName": "enumerate the lists in the root site", "requestUrl": "/v1.0/sites/root/lists", - "docLink": "https://docs.microsoft.com/en-us/graph/api/list-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/list-list?view=graph-rest-1.0", "skipTest": false }, { @@ -1301,7 +1301,7 @@ "method": "GET", "humanName": "enumerate list columns", "requestUrl": "/v1.0/sites/root/lists/{list-id}/columns", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/listitem?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/listitem?view=graph-rest-1.0", "skipTest": false }, { @@ -1310,7 +1310,7 @@ "method": "GET", "humanName": "enumerate list content types", "requestUrl": "/v1.0/sites/root/lists/{list-id}/contentTypes", - "docLink": "https://docs.microsoft.com/en-us/graph/api/resources/listitem?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/resources/listitem?view=graph-rest-1.0", "skipTest": false }, { @@ -1319,7 +1319,7 @@ "method": "GET", "humanName": "enumerate the list items in a list", "requestUrl": "/v1.0/sites/root/lists/{list-id}/items", - "docLink": "https://docs.microsoft.com/en-us/graph/api/listitem-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/listitem-list?view=graph-rest-1.0", "skipTest": false }, { @@ -1328,7 +1328,7 @@ "method": "GET", "humanName": "enumerate list items with specific column values", "requestUrl": "/v1.0/sites/root/lists/{list-id}/items?$filter=fields/Title eq '{list-title}'", - "docLink": "https://docs.microsoft.com/en-us/graph/api/listitem-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/listitem-list?view=graph-rest-1.0", "headers": [ { "name": "Prefer", @@ -1343,7 +1343,7 @@ "method": "POST", "humanName": "perform parallel GETs", "requestUrl": "/v1.0/$batch", - "docLink": "https://docs.microsoft.com/en-us/graph/json-batching", + "docLink": "https://learn.microsoft.com/en-us/graph/json-batching", "headers": [ { "name": "Content-type", @@ -1360,7 +1360,7 @@ "method": "POST", "humanName": "combine a POST and a GET", "requestUrl": "/v1.0/$batch", - "docLink": "https://docs.microsoft.com/en-us/graph/json-batching", + "docLink": "https://learn.microsoft.com/en-us/graph/json-batching", "headers": [ { "name": "Content-type", @@ -1377,7 +1377,7 @@ "method": "POST", "humanName": "create team", "requestUrl": "/v1.0/teams", - "docLink": "https://docs.microsoft.com/en-us/graph/api/team-post?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-1.0", "headers": [ { "name": "Content-Type", @@ -1393,7 +1393,7 @@ "method": "GET", "humanName": "my joined teams", "requestUrl": "/v1.0/me/joinedTeams", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-1.0", "skipTest": false }, { @@ -1412,7 +1412,7 @@ "method": "GET", "humanName": "channels of a team which I am member of", "requestUrl": "/v1.0/teams/{team-id}/channels", - "docLink": "https://docs.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0", "tip": "This query requires a team id. To find the team id of teams you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/joinedTeams", "skipTest": false }, @@ -1422,7 +1422,7 @@ "method": "GET", "humanName": "channel info", "requestUrl": "/v1.0/teams/{team-id}/channels/{channel-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/channel-get?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/channel-get?view=graph-rest-1.0", "tip": "This query requires a team id and a channel id from that team. To find the team id & channel id, you can run: 1) GET https://graph.microsoft.com/v1.0/me/joinedTeams 2) GET https://graph.microsoft.com/v1.0/teams/{team-id}/channels", "skipTest": false }, @@ -1432,7 +1432,7 @@ "method": "POST", "humanName": "create channel", "requestUrl": "/v1.0/teams/{team-id}/channels", - "docLink": "https://docs.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -1449,7 +1449,7 @@ "method": "GET", "humanName": "apps in a team", "requestUrl": "/v1.0/teams/{team-id}/installedApps?$expand=teamsAppDefinition", - "docLink": "https://docs.microsoft.com/en-us/graph/api/team-list-installedapps?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/team-list-installedapps?view=graph-rest-1.0", "tip": "This query requires a team id. To find the team id, you can run: GET https://graph.microsoft.com/v1.0/me/joinedTeams", "skipTest": false }, @@ -1459,7 +1459,7 @@ "method": "GET", "humanName": "tabs in a channel", "requestUrl": "/v1.0/teams/{team-id}/channels/{channel-id}/tabs?$expand=teamsApp", - "docLink": "https://docs.microsoft.com/en-us/graph/api/channel-list-tabs?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/channel-list-tabs?view=graph-rest-1.0", "tip": "This query requires a team id and a channel id from that team. To find the team id & channel id, you can run: 1) GET https://graph.microsoft.com/v1.0/me/joinedTeams 2) GET https://graph.microsoft.com/v1.0/teams/{team-id}/channels", "skipTest": false }, @@ -1469,7 +1469,7 @@ "method": "GET", "humanName": "items in a team drive", "requestUrl": "/v1.0/groups/{group-id-for-teams}/drive/items/root/children", - "docLink": "https://docs.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0", "tip": "This query requires a group id of the Team. To find the group id of Teams you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/joinedTeams", "skipTest": false }, @@ -1479,7 +1479,7 @@ "method": "POST", "humanName": "create chat", "requestUrl": "/v1.0/chats", - "docLink": "https://docs.microsoft.com/en-us/graph/api/chat-post?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/chat-post?view=graph-rest-1.0", "headers": [ { "name": "Content-Type", @@ -1496,7 +1496,7 @@ "method": "GET", "humanName": "messages (without replies) in a channel", "requestUrl": "/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages", - "docLink": "https://docs.microsoft.com/en-us/graph/api/channel-list-messages?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/channel-list-messages?view=graph-rest-beta", "tip": "This query requires a group id of the Team and channel id of the corresponding channel of that Team. To find the group id & channel id, you can run: 1) GET https://graph.microsoft.com/beta/me/joinedTeams 2) GET https://graph.microsoft.com/beta/groups/{group-id-for-teams}/channels", "skipTest": false }, @@ -1506,7 +1506,7 @@ "method": "GET", "humanName": "message in a channel", "requestUrl": "/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages/{message-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-beta", "tip": "This query requires a group id of the Team, channel id of the corresponding channel of that Team and message id of the message you want to retrieve. To find the group id, channel id and message-id you can run: 1) GET https://graph.microsoft.com/beta/me/joinedTeams 2) GET https://graph.microsoft.com/beta/groups/{group-id-for-teams}/channels 3) GET https://graph.microsoft.com/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages", "skipTest": false }, @@ -1516,7 +1516,7 @@ "method": "GET", "humanName": "replies to a message in channel", "requestUrl": "/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages/{message-id}/replies", - "docLink": "https://docs.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-beta", "tip": "This query requires a group id of the Team, channel id of the corresponding channel of that Team and message id of the message of which you need the replies. To find the group id, channel id and message-id you can run: 1) GET https://graph.microsoft.com/beta/me/joinedTeams 2) GET https://graph.microsoft.com/beta/groups/{group-id-for-teams}/channels 3) GET https://graph.microsoft.com/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages", "skipTest": false }, @@ -1526,7 +1526,7 @@ "method": "GET", "humanName": "reply of a message", "requestUrl": "/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages/{message-id}/replies/{reply-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-beta", "tip": "This query requires a group id of the Team, channel id of the corresponding channel of that Team, message id of the message of which you need the reply and the id of the specific reply. To find the group id, channel id, message-id and reply-id you can run: 1) GET https://graph.microsoft.com/beta/me/joinedTeams 2) GET https://graph.microsoft.com/beta/groups/{group-id-for-teams}/channels 3) GET https://graph.microsoft.com/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages 4) GET https://graph.microsoft.com/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages/{message-id}/replies", "skipTest": false }, @@ -1536,7 +1536,7 @@ "method": "GET", "humanName": "apps installed for user", "requestUrl": "/beta/me/teamwork/installedApps?$expand=teamsApp", - "docLink": "https://docs.microsoft.com/en-us/graph/api/userteamwork-list-installedapps?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/userteamwork-list-installedapps?view=graph-rest-beta", "skipTest": false }, { @@ -1545,7 +1545,7 @@ "method": "GET", "humanName": "list members of a chat", "requestUrl": "/beta/chats/{chat-id}/members", - "docLink": "https://docs.microsoft.com/en-us/graph/api/chat-list-members?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/chat-list-members?view=graph-rest-beta", "tip": "This query requires a chat ID. Use the following call to find a list of chats and their corresponding IDs: GET https://graph.microsoft.com/beta/me/chats/", "skipTest": false }, @@ -1555,7 +1555,7 @@ "method": "GET", "humanName": "member in a chat", "requestUrl": "/beta/chats/{chat-id}/members/{membership-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/chat-get-members?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/chat-get-members?view=graph-rest-beta", "tip": "This query requires a chat ID and a membership ID. Use the following calls to get the IDs: 1) GET https://graph.microsoft.com/beta/me/chats/ and 2) GET https://graph.microsoft.com/beta/me/chats/{chat-id}/members/", "skipTest": false }, @@ -1565,7 +1565,7 @@ "method": "POST", "humanName": "send channel message", "requestUrl": "/v1.0/teams/{team-id}/channels/{channel-id}/messages", - "docLink": "https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-beta", "headers": [ { "name": "Content-type", @@ -1582,7 +1582,7 @@ "method": "GET", "humanName": "alerts", "requestUrl": "/v1.0/security/alerts?$top=1", - "docLink": "https://docs.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", "skipTest": false }, { @@ -1591,7 +1591,7 @@ "method": "GET", "humanName": "alerts with 'High' severity", "requestUrl": "/v1.0/security/alerts?$filter=Severity eq 'High'&$top=5", - "docLink": "https://docs.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", "skipTest": false }, { @@ -1600,7 +1600,7 @@ "method": "GET", "humanName": "alerts from 'Azure Security Center'", "requestUrl": "/v1.0/security/alerts?$filter=vendorInformation/provider eq 'ASC'&$top=5", - "docLink": "https://docs.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", "skipTest": false }, { @@ -1609,7 +1609,7 @@ "method": "GET", "humanName": "alerts filter by 'Category'", "requestUrl": "/v1.0/security/alerts?$filter=Category eq 'ransomware'&$top=5", - "docLink": "https://docs.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", "skipTest": false }, { @@ -1618,7 +1618,7 @@ "method": "GET", "humanName": "alerts filter by destination address", "requestUrl": "/v1.0/security/alerts?$filter=networkConnections/any(d:d/destinationAddress eq '{destination-address}')", - "docLink": "https://docs.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", "tip": "This query requires a destination address. Run https://graph.microsoft.com/v1.0/security/alerts?$top=1 and search the results for a destinationAddress property.", "skipTest": false }, @@ -1628,7 +1628,7 @@ "method": "GET", "humanName": "alerts filter by 'Status'", "requestUrl": "/v1.0/security/alerts?$filter=Status eq 'NewAlert'&$top=1", - "docLink": "https://docs.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/alert-list?view=graph-rest-1.0", "skipTest": false }, { @@ -1646,7 +1646,7 @@ "method": "GET", "humanName": "secure score control profiles (beta)", "requestUrl": "/beta/security/secureScoreControlProfiles?$top=5", - "docLink": "https://docs.microsoft.com/en-us/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta", "skipTest": false }, { @@ -1655,7 +1655,7 @@ "method": "GET", "humanName": "list TI indicators (beta)", "requestUrl": "/beta/security/tiIndicators", - "docLink": "https://docs.microsoft.com/en-us/graph/api/tiindicators-list", + "docLink": "https://learn.microsoft.com/en-us/graph/api/tiindicators-list", "skipTest": false }, { @@ -1664,7 +1664,7 @@ "method": "GET", "humanName": "security actions (beta)", "requestUrl": "/beta/security/securityActions", - "docLink": "https://docs.microsoft.com/en-us/graph/api/securityactions-list", + "docLink": "https://learn.microsoft.com/en-us/graph/api/securityactions-list", "skipTest": false }, { @@ -1673,8 +1673,8 @@ "method": "GET", "humanName": "get all Conditional Access policies", "requestUrl": "/v1.0/identity/conditionalAccess/policies", - "docLink": "https://docs.microsoft.com/en-us/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0&tabs=http", - "tip": "We’d like to hear from you. Please leave your feedback on Conditional Access API here: https://aka.ms/caapifeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on Conditional Access API here: https://aka.ms/caapifeedback", "skipTest": false }, { @@ -1683,8 +1683,8 @@ "method": "GET", "humanName": "get all Named Locations", "requestUrl": "/v1.0/identity/conditionalAccess/namedLocations", - "docLink": "https://docs.microsoft.com/en-us/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0&tabs=http", - "tip": "We’d like to hear from you. Please leave your feedback on Conditional Access API here: https://aka.ms/caapifeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on Conditional Access API here: https://aka.ms/caapifeedback", "skipTest": false }, { @@ -1693,8 +1693,8 @@ "method": "GET", "humanName": "get all Conditional Access policies (beta)", "requestUrl": "/beta/identity/conditionalAccess/policies", - "docLink": "https://docs.microsoft.com/en-us/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta&tabs=http", - "tip": "We’d like to hear from you. Please leave your feedback on Conditional Access API here: https://aka.ms/caapifeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta", + "tip": "We'd like to hear from you. Please leave your feedback on Conditional Access API here: https://aka.ms/caapifeedback", "skipTest": false }, { @@ -1703,8 +1703,8 @@ "method": "GET", "humanName": "get all Named Locations (beta)", "requestUrl": "/beta/identity/conditionalAccess/namedLocations", - "docLink": "https://docs.microsoft.com/en-us/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta&tabs=http", - "tip": "We’d like to hear from you. Please leave your feedback on Conditional Access API here: https://aka.ms/caapifeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta", + "tip": "We'd like to hear from you. Please leave your feedback on Conditional Access API here: https://aka.ms/caapifeedback", "skipTest": false }, { @@ -1713,7 +1713,7 @@ "method": "PATCH", "humanName": "update alert", "requestUrl": "/v1.0/security/alerts/{alert-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/alert-update?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/alert-update?view=graph-rest-1.0", "headers": [ { "name": "Content-Type", @@ -1730,7 +1730,7 @@ "method": "POST", "humanName": "create TI indicator (beta)", "requestUrl": "/beta/security/tiIndicators", - "docLink": "https://docs.microsoft.com/en-us/graph/api/tiindicators-post", + "docLink": "https://learn.microsoft.com/en-us/graph/api/tiindicators-post", "headers": [ { "name": "Content-type", @@ -1746,7 +1746,7 @@ "method": "POST", "humanName": "create multiple TI indicators (beta)", "requestUrl": "/beta/security/tiIndicators/microsoft.graph.submitTiIndicators", - "docLink": "https://docs.microsoft.com/en-us/graph/api/tiindicator-submittiindicators", + "docLink": "https://learn.microsoft.com/en-us/graph/api/tiindicator-submittiindicators", "headers": [ { "name": "Content-type", @@ -1762,7 +1762,7 @@ "method": "PATCH", "humanName": "update a TI indicator (beta)", "requestUrl": "/beta/security/tiIndicators/{id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/tiindicator-update", + "docLink": "https://learn.microsoft.com/en-us/graph/api/tiindicator-update", "headers": [ { "name": "Content-Type", @@ -1779,7 +1779,7 @@ "method": "POST", "humanName": "update multiple TI indicators (beta)", "requestUrl": "/beta/security/tiIndicators/microsoft.graph.updateTiIndicators", - "docLink": "https://docs.microsoft.com/en-us/graph/api/tiindicator-updatetiindicators", + "docLink": "https://learn.microsoft.com/en-us/graph/api/tiindicator-updatetiindicators", "headers": [ { "name": "Content-type", @@ -1796,7 +1796,7 @@ "method": "POST", "humanName": "create security action (beta)", "requestUrl": "/beta/security/securityActions", - "docLink": "https://docs.microsoft.com/en-us/graph/api/securityactions-post", + "docLink": "https://learn.microsoft.com/en-us/graph/api/securityactions-post", "headers": [ { "name": "Content-type", @@ -1813,7 +1813,7 @@ "method": "DELETE", "humanName": "delete TI indicator (beta)", "requestUrl": "/beta/security/tiIndicators/{id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/tiindicator-delete", + "docLink": "https://learn.microsoft.com/en-us/graph/api/tiindicator-delete", "tip": "This query requires the TI indicator id. To find the ID, you can run: GET https://graph.microsoft.com/beta/security/tiIndicators?$top=1", "skipTest": false }, @@ -1823,7 +1823,7 @@ "method": "POST", "humanName": "delete multiple TI indicators (beta)", "requestUrl": "/beta/security/tiIndicators/microsoft.graph.deleteTiIndicators", - "docLink": "https://docs.microsoft.com/en-us/graph/api/tiindicator-deletetiindicators", + "docLink": "https://learn.microsoft.com/en-us/graph/api/tiindicator-deletetiindicators", "headers": [ { "name": "Content-type", @@ -1840,7 +1840,7 @@ "method": "POST", "humanName": "delete multiple TI indicators by external Id (beta)", "requestUrl": "/beta/security/tiIndicators/microsoft.graph.deleteTiIndicatorsByExternalId", - "docLink": "https://docs.microsoft.com/en-us/graph/api/tiindicator-deletetiindicatorsbyexternalid", + "docLink": "https://learn.microsoft.com/en-us/graph/api/tiindicator-deletetiindicatorsbyexternalid", "headers": [ { "name": "Content-type", @@ -2073,7 +2073,7 @@ "method": "PUT", "humanName": "create a user activity and history item", "requestUrl": "/v1.0/me/activities/uniqueIdInAppContext", - "docLink": "https://docs.microsoft.com/en-us/graph/api/projectrome-put-activity#example-2---deep-insert?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/projectrome-put-activity#example-2---deep-insert?view=graph-rest-1.0", "headers": [ { "name": "Content-Type", @@ -2089,7 +2089,7 @@ "method": "GET", "humanName": "get recent user activities", "requestUrl": "/v1.0/me/activities/recent", - "docLink": "https://docs.microsoft.com/en-us/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", "skipTest": false }, { @@ -2104,7 +2104,7 @@ "value": "eventual" } ], - "docLink": "https://docs.microsoft.com/en-us/graph/api/application-list?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/application-list?view=graph-rest-1.0", "tip": "You are using the advanced query capabilities for Directory Objects, please send us feedback here: https://aka.ms/aadmgs", "skipTest": false }, @@ -2120,7 +2120,7 @@ "value": "eventual" } ], - "docLink": "https://docs.microsoft.com/en-us/graph/api/serviceprincipal-list?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/serviceprincipal-list?view=graph-rest-1.0", "tip": "You are using the advanced query capabilities for Directory Objects, please send us feedback here: https://aka.ms/aadmgs", "skipTest": false }, @@ -2130,7 +2130,7 @@ "method": "POST", "humanName": "create a new application", "requestUrl": "/v1.0/applications", - "docLink": "https://docs.microsoft.com/en-us/graph/api/application-post-applications?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/application-post-applications?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -2146,7 +2146,7 @@ "method": "GET", "humanName": "retrieve application properties", "requestUrl": "/v1.0/applications/{application-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/application-get?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/application-get?view=graph-rest-1.0", "tip": "This query requires an application id. To find the ID of an application; you can run: GET https://graph.microsoft.com/v1.0/applications", "skipTest": false }, @@ -2156,7 +2156,7 @@ "method": "PATCH", "humanName": "update application properties", "requestUrl": "/v1.0/applications/{application-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/application-update?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/application-update?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -2173,7 +2173,7 @@ "method": "DELETE", "humanName": "delete an application", "requestUrl": "/v1.0/applications/{application-id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/application-delete?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/application-delete?view=graph-rest-1.0", "tip": "This query requires an application id. To find the ID of an application; you can run: GET https://graph.microsoft.com/v1.0/applications", "skipTest": false }, @@ -2183,7 +2183,7 @@ "method": "GET", "humanName": "retrieve a list of owners", "requestUrl": "/v1.0/applications/{application-id}/owners", - "docLink": "https://docs.microsoft.com/en-us/graph/api/application-list-owners?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/application-list-owners?view=graph-rest-1.0", "tip": "This query requires an application id. To find the ID of an application; you can run: GET https://graph.microsoft.com/beta/applications", "skipTest": false }, @@ -2193,7 +2193,7 @@ "method": "POST", "humanName": "create a new owner", "requestUrl": "/v1.0/applications/{application-id}/owners", - "docLink": "https://docs.microsoft.com/en-us/graph/api/application-post-owners?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/application-post-owners?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -2210,7 +2210,7 @@ "method": "POST", "humanName": "create a raw notification", "requestUrl": "/beta/me/notifications", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-post-notifications?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-post-notifications?view=graph-rest-beta", "headers": [ { "name": "Content-Type", @@ -2227,7 +2227,7 @@ "method": "POST", "humanName": "create a visual notification", "requestUrl": "/beta/me/notifications", - "docLink": "https://docs.microsoft.com/en-us/graph/api/user-post-notifications?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/en-us/graph/api/user-post-notifications?view=graph-rest-beta", "headers": [ { "name": "Content-Type", @@ -2720,7 +2720,7 @@ "method": "GET", "humanName": "list ediscovery cases", "requestUrl": "/beta/compliance/ediscovery/cases", - "docLink": "https://docs.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta", "tip": "Go to Modify Permissions tab and consent to eDiscovery.Read.All or eDiscovery.ReadWrite.All permission to run this query", "skipTest": false }, @@ -2730,7 +2730,7 @@ "method": "GET", "humanName": "get ediscovery case", "requestUrl": "/beta/compliance/ediscovery/cases/{caseId}", - "docLink": "https://docs.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta", "tip": "Go to Modify Permissions tab and consent to eDiscovery.Read.All or eDiscovery.ReadWrite.All permission to run this query. This query requires a case id. To find the id of a case; you can run: GET https://graph.microsoft.com/beta/compliance/ediscovery/cases.", "skipTest": false }, @@ -2740,7 +2740,7 @@ "method": "POST", "humanName": "create ediscovery case", "requestUrl": "/beta/compliance/ediscovery/cases", - "docLink": "https://docs.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta", "headers": [ { "name": "Content-type", @@ -2757,7 +2757,7 @@ "method": "GET", "humanName": "list review sets", "requestUrl": "/beta/compliance/ediscovery/cases/{caseId}/reviewSets", - "docLink": "https://docs.microsoft.com/graph/api/ediscovery-case-list-reviewsets?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-reviewsets?view=graph-rest-beta", "tip": "Go to Modify Permissions tab and consent to eDiscovery.Read.All or eDiscovery.ReadWrite.All permission to run this query. To find the id of a case; you can run: GET https://graph.microsoft.com/beta/compliance/ediscovery/cases.", "skipTest": false }, @@ -2767,7 +2767,7 @@ "method": "GET", "humanName": "list review set queries", "requestUrl": "/beta/compliance/ediscovery/cases/{caseId}/reviewSets/{reviewSetId}/queries", - "docLink": "https://docs.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta", "tip": "Replace {caseId} with the ID from an eDiscovery Case (https://graph.microsoft.com/beta/compliance/ediscovery/cases) and {reviewSetId} with the ID from a review set that exists in that case (https://graph.microsoft.com/beta/compliance/ediscovery/cases/{caseid}/reviewSets). Then go to Modify Permissions tab and consent to eDiscovery.Read.All or eDiscovery.ReadWrite.All permission to run this query.", "skipTest": false }, @@ -2777,7 +2777,7 @@ "method": "POST", "humanName": "create review set query", "requestUrl": "/beta/compliance/ediscovery/cases/{caseId}/reviewSets/{reviewSetId}/queries", - "docLink": "https://docs.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-beta", "headers": [ { "name": "Content-Type", @@ -2794,7 +2794,7 @@ "method": "GET", "humanName": "get a list of custodians for a case", "requestUrl": "/beta/compliance/ediscovery/cases/{caseId}/custodians", - "docLink": "https://docs.microsoft.com/graph/api/resources/ediscovery-custodian?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/resources/ediscovery-custodian?view=graph-rest-beta", "tip": "Replace {caseId} with the ID from an eDiscovery Case (https://graph.microsoft.com/beta/compliance/ediscovery/cases). Then go to Modify Permissions tab and consent to eDiscovery.Read.All or eDiscovery.ReadWrite.All permission to run this query.", "skipTest": false }, @@ -2804,7 +2804,7 @@ "method": "POST", "humanName": "add custodian", "requestUrl": "/beta/compliance/ediscovery/cases/{caseId}/custodians", - "docLink": "https://docs.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta", "headers": [ { "name": "Content-Type", @@ -2821,7 +2821,7 @@ "method": "GET", "humanName": "get a list of source collections for a case", "requestUrl": "/beta/compliance/ediscovery/cases/{caseId}/sourceCollections", - "docLink": "https://docs.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta", "tip": "Replace {caseId} with the ID from an eDiscovery Case (https://graph.microsoft.com/beta/compliance/ediscovery/cases). Then go to Modify Permissions tab and consent to eDiscovery.Read.All or eDiscovery.ReadWrite.All permission to run this query.", "skipTest": false }, @@ -2831,7 +2831,7 @@ "method": "POST", "humanName": "add source collection", "requestUrl": "/beta/compliance/ediscovery/cases/{caseId}/sourceCollections", - "docLink": "https://docs.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta", "headers": [ { "name": "Content-Type", @@ -2839,7 +2839,7 @@ } ], "postBody": "{\r\n \"displayName\": \"Quarterly Financials search\",\r\n \"contentQuery\": \"subject:'Quarterly Financials'\",\r\n \"custodianSources@odata.bind\": \"user source url\"\r\n}", - "tip": "Replace {caseId} with the ID from an eDiscovery Case (https://graph.microsoft.com/beta/compliance/ediscovery/cases) and {user source url} odata url for the user source - see [Create sourceCollection](https://docs.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta) for more details.", + "tip": "Replace {caseId} with the ID from an eDiscovery Case (https://graph.microsoft.com/beta/compliance/ediscovery/cases) and {user source url} odata url for the user source - see [Create sourceCollection](https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta) for more details.", "skipTest": false }, { @@ -2848,7 +2848,7 @@ "method": "GET", "humanName": "get To Do task lists", "requestUrl": "/v1.0/me/todo/lists", - "docLink": "https://docs.microsoft.com/en-us/graph/api/todo-list-lists?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/todo-list-lists?view=graph-rest-1.0", "tip": "This query requires the Tasks.ReadWrite permission", "skipTest": false }, @@ -2865,7 +2865,7 @@ } ], "postBody": "{\r\n \"displayName\": \"List created from Microsoft Graph Explorer\"\r\n}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/todo-post-lists?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/todo-post-lists?view=graph-rest-1.0", "tip": "This query requires the Tasks.ReadWrite permission and a value for the displayName parameter", "skipTest": false }, @@ -2898,7 +2898,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/en-us/graph/api/todotask-post-linkedresources?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/en-us/graph/api/todotask-post-linkedresources?view=graph-rest-1.0", "postBody": "{\r\n \"applicationName\": \"LinkedResource created from Microsoft Graph Explorer\"\r\n}", "tip": "This query requires the Tasks.ReadWrite permission. To find a value for the taskListId parameter, you can run: GET https://graph.microsoft.com/beta/me/todo/lists. to find a value for the taskId, you can run: GET https://graph.microsoft.com/beta/me/todo/lists/{taskListId}", "skipTest": false @@ -2909,8 +2909,8 @@ "method": "GET", "humanName": "list Azure AD gallery apps", "requestUrl": "/beta/applicationTemplates", - "docLink": "https://docs.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/appTemplateAPISurvey", + "docLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/appTemplateAPISurvey", "skipTest": false }, { @@ -2919,14 +2919,14 @@ "method": "POST", "humanName": "instantiate an Azure AD gallery app", "requestUrl": "/beta/applicationTemplates/{id}/instantiate", - "docLink": "https://docs.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", "headers": [ { "name": "Content-type", "value": "application/json" } ], - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/appTemplateAPISurvey", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/appTemplateAPISurvey", "postBody": "{\r\n \"displayName\": \"appDisplayName\"\r\n}", "skipTest": false }, @@ -2936,14 +2936,14 @@ "method": "PATCH", "humanName": "update properties on the servicePrincipal", "requestUrl": "/v1.0/servicePrincipals/{id}", - "docLink": "https://docs.microsoft.com/graph/api/serviceprincipal-update?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/graph/api/serviceprincipal-update?view=graph-rest-1.0", "headers": [ { "name": "Content-Type", "value": "application/json" } ], - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/servicePrincipalAPISurvey", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/servicePrincipalAPISurvey", "postBody": "{\r\n \"appRoleAssignmentRequired\": true\r\n}", "skipTest": false }, @@ -2953,14 +2953,14 @@ "method": "PATCH", "humanName": "update properties on the application", "requestUrl": "/v1.0/applications/{id}", - "docLink": "https://docs.microsoft.com/graph/api/application-update?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0", "headers": [ { "name": "Content-Type", "value": "application/json" } ], - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/applicationsAPISurvey", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/applicationsAPISurvey", "postBody": "{\r\n \"displayName\": \"New display name\"\r\n}", "skipTest": false }, @@ -2970,14 +2970,14 @@ "method": "POST", "humanName": "create a claim mapping policy", "requestUrl": "/v1.0/policies/claimsMappingPolicies", - "docLink": "https://docs.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0", "headers": [ { "name": "Content-type", "value": "application/json" } ], - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/claimsMappingPolicyAPISurvey", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/claimsMappingPolicyAPISurvey", "postBody": "{\r\n \"definition\": [\r\n \"definition-value\"\r\n ],\r\n \"displayName\": \"displayName-value\",\r\n \"isOrganizationDefault\": true\r\n}", "skipTest": false }, @@ -2987,14 +2987,14 @@ "method": "POST", "humanName": "assign a claims mapping policy to a serviceprincipal", "requestUrl": "/v1.0/servicePrincipals/{id}/claimsMappingPolicies/$ref", - "docLink": "https://docs.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0", "headers": [ { "name": "Content-type", "value": "application/json" } ], - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/claimsMappingPolicyAPISurvey", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/claimsMappingPolicyAPISurvey", "postBody": "{\r\n \"@odata.id\":\"https://graph.microsoft.com/v1.0/policies/claimsMappingPolicies/cd3d9b57-0aee-4f25-8ee3-ac74ef5986a9\"\r\n}", "skipTest": false }, @@ -3004,14 +3004,14 @@ "method": "POST", "humanName": "assign an appRoleAssignment to a serviceprincipal", "requestUrl": "/v1.0/servicePrincipals/{id}/appRoleAssignments", - "docLink": "https://docs.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0", "headers": [ { "name": "Content-type", "value": "application/json" } ], - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/appRoleAssignmentAPISurvey", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/appRoleAssignmentAPISurvey", "postBody": "{\r\n \"principalId\": \"principalId-value\",\r\n \"resourceId\": \"resourceId-value\",\r\n \"appRoleId\": \"appRoleId-value\"\r\n}", "skipTest": false }, @@ -3021,8 +3021,8 @@ "method": "GET", "humanName": "list azure ad application proxy connectors", "requestUrl": "/beta/onPremisesPublishingProfiles/applicationProxy/connectors", - "docLink": "https://docs.microsoft.com/graph/api/connector-get?view=graph-rest-beta&tabs=http", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/msgraphaadsurveyconnectors", + "docLink": "https://learn.microsoft.com/graph/api/connector-get?view=graph-rest-beta", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/msgraphaadsurveyconnectors", "skipTest": false }, { @@ -3031,8 +3031,8 @@ "method": "GET", "humanName": "list azure ad application proxy connector groups", "requestUrl": "/beta/onPremisesPublishingProfiles/applicationProxy/connectorgroups", - "docLink": "https://docs.microsoft.com/graph/api/connectorgroup-get?view=graph-rest-beta&tabs=http", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/msgraphaadsurveyconnectorgroups", + "docLink": "https://learn.microsoft.com/graph/api/connectorgroup-get?view=graph-rest-beta", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/msgraphaadsurveyconnectorgroups", "skipTest": false }, { @@ -3041,8 +3041,8 @@ "method": "GET", "humanName": "list azure ad devices", "requestUrl": "/v1.0/devices", - "docLink": "https://docs.microsoft.com/en-us/graph/api/device-list?view=graph-rest-1.0&tabs=http", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/deviceAPIFeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/device-list?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/deviceAPIFeedback", "skipTest": false }, { @@ -3051,8 +3051,8 @@ "method": "GET", "humanName": "get a specified azure ad device", "requestUrl": "/v1.0/devices/{id}", - "docLink": "https://docs.microsoft.com/en-us/graph/api/device-get?view=graph-rest-1.0&tabs=http", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/deviceAPIFeedback", + "docLink": "https://learn.microsoft.com/en-us/graph/api/device-get?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/deviceAPIFeedback", "skipTest": false }, { @@ -3061,8 +3061,8 @@ "method": "GET", "humanName": "get high risk users", "requestUrl": "/v1.0/identityProtection/riskyUsers?$filter=riskLevel eq 'high'", - "docLink": "https://docs.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/IdentityProtectionAPIFeedback", + "docLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/IdentityProtectionAPIFeedback", "skipTest": false }, { @@ -3071,7 +3071,7 @@ "method": "POST", "humanName": "confirm a user as compromised", "requestUrl": "/v1.0/identityProtection/riskyUsers/confirmCompromised", - "docLink": "https://docs.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", + "docLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", "headers": [ { "name": "Content-type", @@ -3079,7 +3079,7 @@ } ], "postBody": "{\r\n \"userIds\": [\r\n \"targeted-userId-1\",\r\n \"targeted-userId-2\"\r\n ]\r\n}", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/IdentityProtectionAPIFeedback", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/IdentityProtectionAPIFeedback", "skipTest": false }, { @@ -3088,8 +3088,8 @@ "method": "GET", "humanName": "get risk detections", "requestUrl": "/v1.0/identityProtection/riskDetections", - "docLink": "https://docs.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0", - "tip": "We’d like to hear from you. Please leave your feedback on this API here: https://aka.ms/IdentityProtectionAPIFeedback", + "docLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0", + "tip": "We'd like to hear from you. Please leave your feedback on this API here: https://aka.ms/IdentityProtectionAPIFeedback", "skipTest": false }, { @@ -3098,7 +3098,7 @@ "method": "GET", "humanName": "list catalog entries", "requestUrl": "/beta/admin/windows/updates/catalog/entries", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query.", "skipTest": false }, @@ -3185,7 +3185,7 @@ "method": "GET", "humanName": "get deployment", "requestUrl": "/beta/admin/windows/updates/deployments/{deploymentId}", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false }, @@ -3201,7 +3201,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", "postBody": "{\r\n \"settings\": {\r\n \"@odata.type\": \"microsoft.graph.windowsUpdates.windowsDeploymentSettings\",\r\n \"monitoring\": {\r\n \"monitoringRules\": [\r\n {\r\n \"signal\": \"rollback\",\r\n \"threshold\": 5,\r\n \"action\": \"pauseDeployment\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false @@ -3218,7 +3218,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", "postBody": "{\r\n \"state\": {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.deploymentState\",\r\n \"requestedValue\": \"paused\"\r\n }\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false @@ -3235,7 +3235,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", "postBody": "{\r\n \"state\": {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.deploymentState\",\r\n \"requestedValue\": \"none\"\r\n }\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false @@ -3246,7 +3246,7 @@ "method": "DELETE", "humanName": "delete deployment", "requestUrl": "/beta/admin/windows/updates/deployments/{deploymentId}", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false }, @@ -3256,7 +3256,7 @@ "method": "GET", "humanName": "list deployment audience members for feature update", "requestUrl": "/beta/admin/windows/updates/deployments/{deploymentId}/audience/members", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false }, @@ -3266,7 +3266,7 @@ "method": "GET", "humanName": "list deployment audience exclusions for feature update", "requestUrl": "/beta/admin/windows/updates/deployments/{deploymentId}/audience/exclusions", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false }, @@ -3282,7 +3282,7 @@ "value": "application/json" } ], - "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", "postBody": "{\r\n \"addMembers\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false @@ -3299,7 +3299,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", "postBody": "{\r\n \"addExclusions\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false @@ -3316,7 +3316,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", "postBody": "{\r\n \"removeMembers\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false @@ -3333,7 +3333,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", "postBody": "{\r\n \"removeExclusions\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deployments.", "skipTest": false @@ -3354,7 +3354,7 @@ "method": "GET", "humanName": "get updatable asset", "requestUrl": "/beta/admin/windows/updates/updatableAssets/{updatableAssetId}", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the updatableAssetId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updatableAssets.", "skipTest": false }, @@ -3364,7 +3364,7 @@ "method": "DELETE", "humanName": "delete updatable asset", "requestUrl": "/beta/admin/windows/updates/updatableAssets/{updatableAssetId}", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the updatableAssetId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updatableAssets.", "skipTest": false }, @@ -3384,7 +3384,7 @@ "method": "GET", "humanName": "get Azure AD device", "requestUrl": "/beta/admin/windows/updates/updatableAssets/{updatableAssetId}", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the updatableAssetId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updatableAssets.", "skipTest": false }, @@ -3394,7 +3394,7 @@ "method": "DELETE", "humanName": "delete Azure AD device", "requestUrl": "/beta/admin/windows/updates/updatableAssets/{updatableAssetId}", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the updatableAssetId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updatableAssets.", "skipTest": false }, @@ -3410,7 +3410,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-updatableasset-enrollassets?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-enrollassets?view=graph-rest-beta", "postBody": "{\r\n \"updateCategory\": \"feature\",\r\n \"assets\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query.", "skipTest": false @@ -3427,7 +3427,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-updatableasset-unenrollassets?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-unenrollassets?view=graph-rest-beta", "postBody": "{\r\n \"updateCategory\": \"feature\",\r\n \"assets\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query.", "skipTest": false @@ -3444,7 +3444,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-updatableasset-enrollassets?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-enrollassets?view=graph-rest-beta", "postBody": "{\r\n \"updateCategory\": \"driver\",\r\n \"assets\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query.", "skipTest": false @@ -3461,7 +3461,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-updatableasset-unenrollassets?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-unenrollassets?view=graph-rest-beta", "postBody": "{\r\n \"updateCategory\": \"driver\",\r\n \"assets\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query.", "skipTest": false @@ -3509,7 +3509,7 @@ "method": "DELETE", "humanName": "delete deployment audience", "requestUrl": "/beta/admin/windows/updates/deploymentAudiences/{deploymentAudienceId}", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentAudienceId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences.", "skipTest": false }, @@ -3519,7 +3519,7 @@ "method": "GET", "humanName": "list deployment audience members for driver update", "requestUrl": "/beta/admin//windows/updates/deploymentAudiences/{deploymentAudienceId}/members", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences.", "skipTest": false }, @@ -3529,7 +3529,7 @@ "method": "GET", "humanName": "list deployment audience exclusions for driver update", "requestUrl": "/beta/admin//windows/updates/deploymentAudiences/{deploymentAudienceId}/exclusions", - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-beta", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences.", "skipTest": false }, @@ -3545,7 +3545,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", "postBody": "{\r\n \"addMembers\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences.", "skipTest": false @@ -3562,7 +3562,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", "postBody": "{\r\n \"addExclusions\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences.", "skipTest": false @@ -3579,7 +3579,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", "postBody": "{\r\n \"removeMembers\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences.", "skipTest": false @@ -3596,7 +3596,7 @@ "value": "application/json" } ], - "docLink": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "docLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", "postBody": "{\r\n \"removeExclusions\": [\r\n {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.azureADDevice\",\r\n \"id\": \"{azureAdDeviceId}\"\r\n }\r\n ]\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the deploymentId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences.", "skipTest": false @@ -3674,7 +3674,7 @@ "postBody": "{\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.contentApproval\",\r\n \"content\": {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.catalogContent\",\r\n \"catalogEntry\": {\r\n \"@odata.type\": \"#microsoft.graph.windowsUpdates.driverUpdateCatalogEntry\",\r\n \"id\": \"{catalogEntryId}\"\r\n }\r\n }\r\n}", "tip": "Please enable the WindowsUpdates.ReadWrite.All permission to use this query. To find a value for the updatePolicyId parameter, you can run: GET https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies.", "skipTest": false - }, + }, { "id": "eba3d860-f13d-4eec-8cca-44b62507d67f", "category": "Windows Updates", @@ -4014,7 +4014,7 @@ "method": "GET", "humanName": "get drive item delta", "requestUrl": "/v1.0/sites/root/drives/{drive-id}/root/delta", - "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-1.0&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-1.0", "skipTest": false }, { @@ -4023,7 +4023,7 @@ "method": "GET", "humanName": "get drive item delta (beta)", "requestUrl": "/beta/sites/root/drives/{drive-id}/root/delta", - "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-beta", "skipTest": false }, { @@ -4032,7 +4032,7 @@ "method": "GET", "humanName": "get list item delta", "requestUrl": "/beta/sites/root/lists/{list-id}/items/delta", - "docLink": "https://learn.microsoft.com/en-us/graph/api/listitem-delta?view=graph-rest-beta&tabs=http", + "docLink": "https://learn.microsoft.com/en-us/graph/api/listitem-delta?view=graph-rest-beta", "skipTest": false }, {