Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.

API PUT for updated custom type-ahead field

Avatar

Level 5

Hi can anyone help me with a PUT call to update user type-a-head custom fields I have this:

https://{mydomain}.sb01.workfront.com/attask/api/v14.0/project/636d27a6000349629ae8861e67f20e0d?upda...

{
    "DE:Custom User Field": 

[

    {

        "objCode":"USER",

        "name":"Test User",

        "ID":"5a949c86005796a9cb664d2130528750"

        }

    ]

}


}
 
And while we are at it, how about how to update a multi- select field via the API.  Thanks!
0 Replies