# Update a specific tag **PATCH /tags/{id}** Change the properties of an tag ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (integer) Which item to be processed ## Body parameters Content-type: application/json Specify one or more fields and their new values to change it - **header_id** (integer) - **name** (string) - **public** (integer) Whether this is a public (1) or private tag (0) - **order** (integer) The order this code appears in the list ## Responses ### 200: Item has been saved successfully #### Body Parameters: application/json (object) - **id** (integer) ### 401: Authentication unauthorised #### Body Parameters: application/json (object) - **error** (string) ### 403: Invalid permission #### Body Parameters: application/json (object) - **error** (string) ### 404: Not Found #### Body Parameters: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)