When I use the code below, I'm able to erase the existing project sharing and create a new project sharing.
Instead of removing the old project sharing and adding a new one, how can I update the project sharing?
Code I'm using in Workfront API Body:
{
"accessRules": [
{
"accessorID": "64bad82634543dda7e63de881230fc",
"accessorObjCode": "TEAMOB",
"coreAction": "EDIT"
}
}
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
The TEAMOB object code references a Team object, not a Project. I am not sure how this could have any effect on Project settings.
Can you be more specific? What endpoint are you sending this to?
Views
Replies
Total Likes
Views
Replies
Total Likes
I see. Try using the coreAction of "ADD" in place of EDIT.
Views
Replies
Total Likes
Getting Error: "The operation failed with an error. [422] Invalid Parameter: coreAction value "ADD""
Views
Replies
Total Likes
What endpoint are you using?
Views
Replies
Total Likes