The file discover_api.json contains three possible actions: create, update, and get. Is there an example of how the update API call can be made for a client or sample data? Also, the content.py includes additional actions, such as delete. Is this endpoint still available? If yes, what as an example of of using this action? If not, how does one delete a client and any of their associated information?
The file
discover_api.jsoncontains three possible actions: create, update, and get. Is there an example of how the update API call can be made for a client or sample data? Also, thecontent.pyincludes additional actions, such as delete. Is this endpoint still available? If yes, what as an example of of using this action? If not, how does one delete a client and any of their associated information?