Update a term

PUT https://{{base_url}}/v3/taxonomies/{{taxonomy_uid}}/terms/{{term_uid}}

The Update a term request is used to update the details of an existing term available in a particular taxonomy.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Update a term API Reference document

Request Body

{"term"=>{"name"=>"Updated Term A"}}

HEADERS

KeyDatatypeRequiredDescription
api_keystringEnter the API key of the stack.
authtokenstringEnter your authtoken.
authorizationstringFor this call we recommend you to use management token.
Content-TypestringEnter "application/json" to pass a request body.