Files
Gainsight/upload.sh
Norm Rasmussen 26beb4c7f2 new directory
2022-02-23 13:18:41 -05:00

10 lines
322 B
Bash

curl --request POST \
--url https://api.northpass.com/v2/custom_templates \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
name = string - required - Custom template name
i.e header.html.liquid
body = string - required - Custom template body
i.e. <header> html etc etc