Hi,
Does anyone know if there's a way to create / update Project Buckets via the rest API?
I can retrieve and filter existing ones by project by querying /msdyn_projectbuckets
If I try to update an existing one I get: "You cannot directly do 'Update' operation to 'msdyn_projectbucket'"
If I try to create one I get: "You cannot directly do 'Create' operation to 'msdyn_projectbucket'"
If I try to use an OperationSet I get: "msdyn_projectbucket is not supported"
Is there a plan to support this, or a way to do it currently?
Thanks