Skip to content

Commit 8fbe5c4

Browse files
committed
Update identity-openapispec.json
- Make tenantFilter required on ExecSendPush
1 parent 3fbe8b3 commit 8fbe5c4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Tools/identity-openapispec.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,13 @@
178178
"UserEmail": {
179179
"type": "string",
180180
"description": "User Principal Name"
181+
},
182+
"tenantFilter": {
183+
"type": "string",
184+
"description": "Tenant to filter by"
181185
}
182186
},
183-
"required": ["UserEmail"]
187+
"required": ["UserEmail","tenantFilter"]
184188
}
185189
}
186190
}

0 commit comments

Comments
 (0)