action pendo_post_accounts_id_tags { label: "Overwrite current custom Account tags with the given tags" provider: pendo method: POST path: "/accounts/{id}/tags" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }