I am getting errors using the new POST /api.ashx/v3/permissions endpoint.
Documentation: https://community.telligent.com/community/11/w/api-documentation/67092/set-permission-v3-rest-endpoint
Here is an example call...
The RoleID and GroupId have been triple checked, and I do get results when calling the GET /api.ashx/v3/permissions endpoint with these values.
The PermissionId "fd61ae45-30c5-4b04-92c4-9c6ec2fe1c90" is for "Read Group".
The result is the following message...
And the exception log provides this message...
The error indicates a missing value, but the only other documented parameter is ApplicationId, and the API still throws the same error even when a value is provided for that (along with an Application specific permissionID).
Any ideas? Is this a bug, or a documentation error, or am I missing something?
Also... I noticed that there doesn't seem to be a Widget API equivalent to this API. Is that something that is planned?
Thanks.