Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

API PUT for updated custom type-ahead field

Avatar

Level 6

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