Skip to main content
PATCH
/
v1
/
issues
/
saved-views
/
{view_id}
Patch Saved View
curl --request PATCH \
  --url https://api.example.com/v1/issues/saved-views/{view_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "filters": {},
  "sort": "<string>",
  "visibility": "<string>",
  "is_default": true
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

view_id
string
required

Body

application/json
name
string | null
Required string length: 1 - 80
filters
Filters · object
sort
string | null
visibility
string | null
is_default
boolean | null

Response

Successful Response

The response is of type Response Patch Saved View V1 Issues Saved Views View Id Patch · object.