thoughtspot / thoughtspot_rest_api_v1_python

Python implementations of ThoughtSpot REST APIs V1 and V2
Other
3 stars 6 forks source link

Update user__put #6

Closed OTFlorian closed 2 years ago

OTFlorian commented 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.