Shahenshah Malik
01/28/2025, 4:39 PM{Domain}/api/v1/entities/users/auth0_{someId}
now to apply the palette id I got I'm using this
api/v1/entities/workspaces/{workspaceId}/workspaceSettings
{
"data": {
"type": "workspaceSetting",
"id": "{workspaceId}",
"attributes": {
"content": {
"id": "{paletteId}",
"type": "colorPalette"
},
"type": "ACTIVE_COLOR_PALETTE"
}
}
}
but in response to this latest one I get:
{
"detail": "The requested endpoint does not exist or you do not have permission to access it.",
"status": 404,
"title": "Not Found",
"traceId": "{sometraceid}"
}
Note that I have "MANAGE" permission for this workspace I'm trying to update however in the gooddata api/v1/profile
endpoint my permissions are coming up as empty:
"permissions": []
Please help, I'm stuck at this point
one more question: Do I need Admin permission to do this?Moises Morales
01/28/2025, 4:56 PM$HOST_URL/api/v1/entities/workspaces/{workspaceId}/workspaceSettings
Remember to use the correct host or make sure that the variable is pointing to it.
Regarding the permissions, yes, you need to have Manage permission on the workspace to modify the palette.Shahenshah Malik
01/28/2025, 6:02 PMShahenshah Malik
01/28/2025, 6:03 PMMoises Morales
01/28/2025, 6:23 PMShahenshah Malik
01/28/2025, 6:30 PMShahenshah Malik
01/28/2025, 6:30 PM398eb94da63b4413045eac40e25f7708
Moises Morales
01/28/2025, 6:47 PMShahenshah Malik
01/31/2025, 12:44 PM