List excluded files via API (templates)
This method allows you to list all excluded files within a project template.
URL
/templates/<permalink>/excluded_files
- Replace
<permalink>
with the permalink of your template.
HTTP Method
GET
Supported Parameters
None
Example cURL Request
curl -H "Content-type: application/json" \
-H "Accept: application/json" \
--user adam@atechmedia.com:my-api-key \
https://atech.deployhq.com/templates/api-created/excluded_files
Example response
[
{
"identifier":"7f6a3f33-d1ad-488c-a3ba-cb88b00eef33",
"path":"node_modules/**",
"servers":[]
}
]