Update Custom Contentput https://{APP_DOMAIN}/api/3.2/custom-contents/{id}Updates an existing custom content snippet. The editor_type and macro cannot be changed after creation.Path ParamsidintegerrequiredThe ID of the custom content snippet to updateBody ParamsBody ParamsnamestringrequiredThe name of the custom content snippetcontentstringrequiredThe content body (HTML or text)custom_content_category_idintegerrequiredThe ID of the custom content categoryavailable_for_all_publicationsbooleanrequiredWhether this snippet is available to all publicationstruefalsemacrostringrequiredUnique macro tag (must match pattern $custom_*)descriptionstringA description of the snippetpublication_idsarray of integersArray of publication IDs (required when available_for_all_publications is false)publication_idsADD integerResponse 200The updated custom contentUpdated 20 days ago