You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Create method request should be a Request suffixed object. http://go/ipa/106 This rule applies only to POST requests targeting resource collection URIs.
126
+
The Create method request should be a Request suffixed object. http://go/ipa/106
127
+
##### Implementation details
128
+
Validation checks the POST method for resource collection paths.
Request body content of the Create method and response content of the Get method should refer to the same resource. http://go/ipa/106 readOnly:true properties of Get method response will be ignored. writeOnly:true properties of Create method request will be ignored. This rule applies only to POST requests targeting resource collection URIs.
138
+
Request body content of the Create method and response content of the Get method should refer to the same resource. http://go/ipa/106
139
+
##### Implementation details
140
+
Validation checks the POST method for resource collection paths. - `readOnly:true` properties of Get method response will be ignored. - `writeOnly:true` properties of Create method request will be ignored.
Create method Request object must not include fields with readOnly:true. http://go/ipa/106 This rule applies only to POST requests targeting resource collection URIs.
144
+
Create method Request object must not include fields with readOnly:true. http://go/ipa/106
145
+
##### Implementation details
146
+
Validation checks the POST method for resource collection paths.
0 commit comments