REST API - Edit Objects / Tree_select

Infos:
Used Zammad version: 2.3.x
Used Zammad installation source: DEB
Operating system: Ubuntu 16.04 LTS
Browser + version: Chrome Version 63.0.3239.132

Expected behavior:

Edit Object via REST API


I have created a new object (id: 60) for my ticket form, as type I have chosen “tree_select”.
Now I would like to add entries via REST API (PUT)

https://zammad.example/api/v1/object_manager_attributes/60

Can you give me a tip on how to design my request?

Hi! I would recommend to do it once via the admin interface and have a look at the network tab of your browser console. You will see the outgoing request and its structure.

Thank you for your solution!
sometimes all you need is a little push.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.