Configuration
Update View
Use this method to update a view. You can change the view configuration details; add or remove view specific alerts; or attach and detach preset alerts.
put/v1/config/view/{viewId}
Path parameters
viewIdstring required
ID of a view.
Request body
Example request
{
"channels": [
{
"timezone": "America/Chicago, EST, Etc/UTC, etc..."
}
]
}Response
OK
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.