put https://example.com/_cms/preview2/displaytemplates/
Create or replace a display template. If a display template with the provided key exist it is replaced.
Otherwise a new display template is created.
Responses
Try our conversational search powered by Generative AI!
AI OnAI OffTry our conversational search powered by Generative AI!
AI OnAI OffCreate or replace a display template. If a display template with the provided key exist it is replaced.
Otherwise a new display template is created.
xxxxxxxxxx
curl --request PUT \
--url https://example.com/_cms/preview2/displaytemplates/key \
--header 'accept: application/json' \
--header 'content-type: application/json'