Update TemplateCopy Pageput https://{APP_DOMAIN}/api/3.2/templates/{id}Updates an existing email template.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsidintegerrequiredThe id of the template to updateBody ParamsBody ParamsnamestringrequiredThe internal name of the template.contentstringrequiredThe HTML content of the template, including any merge tags.template_category_idintegerrequiredThe ID of the template category this template belongs to.available_for_all_publicationsbooleanrequiredWhen true the template is usable by every publication. When false, selected_publication_ids must be provided.truefalseselected_publication_idsarray of integersArray of publication IDs the template is restricted to. Required when available_for_all_publications is false.selected_publication_idsADD integertag_idsarray of integersArray of tag ids to associate with Templatetag_idsADD integerResponse 200The updated templateUpdated 8 days ago