Skip to content

Commit f404f5b

Browse files
authored
restrictForAppsCreatedAfterDateTime can't be null in POST request body
1 parent dbef435 commit f404f5b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

api-reference/beta/api/appmanagementpolicy-post.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ Content-type: application/json
218218
"identifierUris": {
219219
"nonDefaultUriAddition": {
220220
"state": "disabled",
221-
"restrictForAppsCreatedAfterDateTime": null,
222221
"excludeAppsReceivingV2Tokens": true,
223222
"excludeSaml": true
224223
}

api-reference/v1.0/api/appmanagementpolicy-post.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ POST https://graph.microsoft.com/v1.0/policies/appManagementPolicies
118118
"identifierUris": {
119119
"nonDefaultUriAddition": {
120120
"state": "disabled",
121-
"restrictForAppsCreatedAfterDateTime": null,
122121
"excludeAppsReceivingV2Tokens": true,
123122
"excludeSaml": true
124123
}

0 commit comments

Comments
 (0)