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
id
View ID
Request
This endpoint expects an object.
data
Custom view data
project
Project ID
Response
id
project
Project ID
data
Custom view data
filter_group
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