Closed OTFlorian closed 2 years ago
The id of the user is missing in the post data within the user__put method. Because of that, it returns an error "debug": "[\"Invalid parameter values: {userid:null}\"]". Therefore, I have added userid to the post data in the user__put method.
user__put
"debug": "[\"Invalid parameter values: {userid:null}\"]"
userid
The id of the user is missing in the post data within the
user__put
method. Because of that, it returns an error"debug": "[\"Invalid parameter values: {userid:null}\"]"
. Therefore, I have addeduserid
to the post data in theuser__put
method.