An API library that allows developers to call on the methods listed in Tableau's REST API documentation.
96
stars
34
forks
source link
AddProjectPermissionsRequest received an invalid combination of parameters. #120
Closed
julienmariethoz closed 1 year ago
Implementation is the same as test_add_project_permissions_user() on https://github.com/divinorum-webb/tableau-api-lib/blob/master/tests/test_permissions.py#L173, but using group_id instead of user_id.
But the result is an error despite valid parameter values (random project and group ids) :
the result is :
in the terminal printed above, I see :
Did I miss something?