Skip to content

Commit d93e4e5

Browse files
committed
fixed link
1 parent b145c30 commit d93e4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/howto-add-terms-of-service-privacy-statement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you prefer to modify the app object JSON directly, you can use the manifest e
8080

8181
### <a name="msgraph-rest-api"></a>Using the Microsoft Graph API
8282

83-
To programmatically [update your app](/graph/api/application-update?view=graph-rest-1.0&tabs=http), you can use the Microsoft Graph API to update all your apps to include links to the terms of service and privacy statement documents.
83+
To programmatically [update your app](/graph/api/application-update), you can use the Microsoft Graph API to update all your apps to include links to the terms of service and privacy statement documents.
8484

8585
```
8686
PATCH https://graph.microsoft.com/v1.0/applications/{applicationObjectId}

0 commit comments

Comments
 (0)