new directory

This commit is contained in:
Norm Rasmussen
2022-02-23 13:18:41 -05:00
commit 26beb4c7f2
312 changed files with 20068 additions and 0 deletions

9
upload.sh Normal file
View File

@ -0,0 +1,9 @@
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