✨ Update a project template
<Card href="https://humansignal.com/goenterprise">
<img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
<p style="margin-top: 10px; font-size: 14px;">
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
</p>
</Card>
Update the details of a specific project template by ID for an organization.
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
Request
This endpoint expects an object.
assignment_settings
general dict serialized assignment settings
created_by
custom_script
custom script (Plugin) for projects created from this template
description
name
organization
project_id
project_settings
general dict serialized project settings
require_comment_on_skip
flag to require comment on skip
review_settings
general dict serialized review settings
show_unused_data_columns_to_annotators
Response
created_at
id
name
updated_at
assignment_settings
general dict serialized assignment settings
created_by
custom_script
custom script (Plugin) for projects created from this template
description
organization
project_settings
general dict serialized project settings
require_comment_on_skip
flag to require comment on skip
review_settings
general dict serialized review settings
show_unused_data_columns_to_annotators