Solved

Update Extension - hidden field does not update

  • 6 October 2021
  • 2 replies
  • 290 views

I'm trying to modify the 'hidden' field with Update Extension API and I cannot get the value to change. I see the behavior when using the API in my app as well as via the 'try it out' button on the web page. Is there some other requirement to get this field to update? An example use case is the user shows up in the company directory but we want to change hidden to 'true' from 'false'. The API response returns a 200 but the field value does not change.

icon

Best answer by Phong1426275020 7 October 2021, 05:11

View original

2 replies

Userlevel 1

Does your app have the "EditExtensions" permission? Can you also print out the response to see if it get changed

Hi - yes the app has 'Edit Extensions' - I am able to update other fields just fine. rc-image002.png
rc-image001.png

Example of an update that worked:

rc-image003.png

Let me know if you need anything else - thanks!

Reply