# Update a File Tag **PUT /file_tags/{id}** Update a file tag. ## Servers - Production server: https://api.visible.vc (Production server) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (string(uuid)) ID of the file tag ### Body: application/json (object) - **file_tag** (object) ## Responses ### 200 File tag successfully updated #### Body: application/json (object) - **file_tag** (object) ### 401 Unauthorized - Invalid or missing authentication token #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden - The authenticated user does not have access to the requested resource #### Body: application/json (object) - **errors** (array[object]) ### 422 Unprocessable Entity - The request is valid but contains semantic errors #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests - Rate limit exceeded #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)