I am trying to create a filter using this endpoint and to add share permissions and edit permissions for the project. The filter gets created but is not shared with the project. Here is how I’m formatting the sharePermissions property:
{
"sharePermissions": [
{
"type": "project",
"id": "PROJECT ID"
}
]
}
Any help would be greatly appreciated!