GET /templates/aliases/{alias}
Check template alias
Check if template with given alias exists
Parameters
alias·string· path · requiredTemplate alias
Responses
200
Successfully queried template by alias
Content-Type: application/json
Schema: TemplateAliasResponse
templateID·string· requiredIdentifier of the template
public·boolean· requiredWhether the template is public or only accessible by the team
400
Bad request
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError
403
Forbidden
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError
404
Not found
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError
500
Server error
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError