cURL
curl --request PUT \ --url http://127.0.0.1:47334/v1/api/api/projects/{projectName}/views/{viewName} \ --header 'Content-Type: application/json' \ --data '{ "view": { "name": "<string>", "query": "<string>" } }'
{ "name": "<string>", "query": "<string>" }
Updates an existing view, or creates a new view if one doesn’t exist.
The name of the project
The name of the view
View was successfully updated
The response is of type object.
object