action shipengine_rename_tag { label: "Update Tag Name" description: "Change a tag name while still keeping the relevant shipments attached to it" provider: shipengine method: PUT path: "/v1/tags/{tag_name}/{new_tag_name}" encoding: json output: { type: "string" } }