Update view
Update view data with additional filters and other information for a specific project.
Authentication
AuthorizationToken
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
id
View ID
Request
This endpoint expects an object.
data
Established public view payload nested under data.
project
Project ID
Response
id
locked_by
project
Project ID
data
Custom view data
filter_group
is_locked
Whether this data manager tab is locked against configuration changes
locked_at
Time when this view was locked
order
Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
ordering
Ordering parameters
selected_items
Selected items
user
User who made this view