Hello I have the following problem: I make a http request to assign the items in my sharepoint list that I have also created with the http request to the individual fields.

and this is what i get:

The Input: is correct "Name": "....." and "Order": "..."
"body": {
"status": 400,
"message": "The type SP.ListItemEntityCollection does not support HTTP PATCH method.\r\nclientRequestId: b307a877-de5b-4a7a-95db-06cb897534bd\r\nserviceRequestId: 46e20ba1-20ff-8000-36aa-1ddfe273ba8e",
"errors": [
"-1",
"Microsoft.SharePoint.Client.InvalidClientQueryException"
]
}