Changes to root directory
This commit is contained in:
9
NP_Custom_Templates/upload.sh
Normal file
9
NP_Custom_Templates/upload.sh
Normal 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
|
||||
Reference in New Issue
Block a user