|
| 1 | +@issue-10739 |
1 | 2 | Feature: Send a sharing invitations |
2 | 3 | As the owner of a resource |
3 | 4 | I want to be able to send invitations to other users |
@@ -38,6 +39,7 @@ Feature: Send a sharing invitations |
38 | 39 | "items": { |
39 | 40 | "type": "object", |
40 | 41 | "required": [ |
| 42 | + "createdDateTime", |
41 | 43 | "id", |
42 | 44 | "roles", |
43 | 45 | "grantedToV2" |
@@ -128,6 +130,7 @@ Feature: Send a sharing invitations |
128 | 130 | "items": { |
129 | 131 | "type": "object", |
130 | 132 | "required": [ |
| 133 | + "createdDateTime", |
131 | 134 | "id", |
132 | 135 | "roles", |
133 | 136 | "grantedToV2" |
@@ -209,6 +212,7 @@ Feature: Send a sharing invitations |
209 | 212 | "items": { |
210 | 213 | "type": "object", |
211 | 214 | "required": [ |
| 215 | + "createdDateTime", |
212 | 216 | "id", |
213 | 217 | "@libre.graph.permissions.actions", |
214 | 218 | "grantedToV2" |
@@ -297,6 +301,7 @@ Feature: Send a sharing invitations |
297 | 301 | "items": { |
298 | 302 | "type": "object", |
299 | 303 | "required": [ |
| 304 | + "createdDateTime", |
300 | 305 | "id", |
301 | 306 | "@libre.graph.permissions.actions", |
302 | 307 | "grantedToV2" |
@@ -394,6 +399,7 @@ Feature: Send a sharing invitations |
394 | 399 | "items": { |
395 | 400 | "type": "object", |
396 | 401 | "required": [ |
| 402 | + "createdDateTime", |
397 | 403 | "id", |
398 | 404 | "@libre.graph.permissions.actions", |
399 | 405 | "grantedToV2" |
@@ -488,6 +494,7 @@ Feature: Send a sharing invitations |
488 | 494 | "items": { |
489 | 495 | "type": "object", |
490 | 496 | "required": [ |
| 497 | + "createdDateTime", |
491 | 498 | "id", |
492 | 499 | "@libre.graph.permissions.actions", |
493 | 500 | "grantedToV2" |
@@ -581,6 +588,7 @@ Feature: Send a sharing invitations |
581 | 588 | "items": { |
582 | 589 | "type": "object", |
583 | 590 | "required": [ |
| 591 | + "createdDateTime", |
584 | 592 | "id", |
585 | 593 | "roles", |
586 | 594 | "grantedToV2", |
@@ -677,6 +685,7 @@ Feature: Send a sharing invitations |
677 | 685 | "items": { |
678 | 686 | "type": "object", |
679 | 687 | "required": [ |
| 688 | + "createdDateTime", |
680 | 689 | "id", |
681 | 690 | "roles", |
682 | 691 | "grantedToV2", |
@@ -767,6 +776,7 @@ Feature: Send a sharing invitations |
767 | 776 | "items": { |
768 | 777 | "type": "object", |
769 | 778 | "required": [ |
| 779 | + "createdDateTime", |
770 | 780 | "id", |
771 | 781 | "roles", |
772 | 782 | "grantedToV2" |
@@ -2004,6 +2014,7 @@ Feature: Send a sharing invitations |
2004 | 2014 | "items": { |
2005 | 2015 | "type": "object", |
2006 | 2016 | "required": [ |
| 2017 | + "createdDateTime", |
2007 | 2018 | "grantedToV2", |
2008 | 2019 | "roles" |
2009 | 2020 | ], |
@@ -2092,6 +2103,7 @@ Feature: Send a sharing invitations |
2092 | 2103 | "items": { |
2093 | 2104 | "type": "object", |
2094 | 2105 | "required": [ |
| 2106 | + "createdDateTime", |
2095 | 2107 | "id", |
2096 | 2108 | "roles", |
2097 | 2109 | "grantedToV2" |
|
0 commit comments