I want to use the REST API to create a saved search, but in the API browser I can only see GET function for “search/saved”.
I see the POST for “views/search” but I’m not sure from the doc if I can use that to create a saved search that shows up in the load search UI.
To understand the API, it is often helpful to run the operation from the UI and observe the requests that are issued in the browser dev tools. The UI communicates exclusively via the APIs with the backend.