Update view

Update view data with additional filters and other information for a specific project.

Authentication

Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Path parameters

idstringRequired
View ID

Request

This endpoint expects an object.
dataobjectOptional
Custom view data
projectintegerOptional
Project ID

Response

idinteger
projectinteger
Project ID
dataany or null
Custom view data
filter_groupobject or null
orderinteger or null-2147483648-2147483647
Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
orderingany or null
Ordering parameters
selected_itemsany or null
Selected items
userinteger or null
User who made this view