We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088bfe5 commit 5140c27Copy full SHA for 5140c27
src/main/java/com/microsoft/graph/http/BaseCollectionRequest.java
@@ -91,7 +91,7 @@ protected T1 send() throws ClientException {
91
* Posts this request
92
*
93
* @param serializedObject the object to serialize as the body
94
- * @param <BodyType> the type of the serialized body
+ * @param <BodyType> the type of the serialized body, some times Action use different body than collection item
95
* @return the response object
96
* @throws ClientException an exception occurs if there was an error while the request was sent
97
*/
0 commit comments