- Authentication: The user must be authenticated to perform this action.
- Authentication: The user must be authenticated to perform this action.
Param name | Description |
---|---|
id required |
ID of the template to be displayed. Validations:
|
- Authentication: The user must be authenticated to perform this action. - Admin privileges: The user has to have administrative privileges to perform this action.
Param name | Description |
---|---|
template optional , nil allowed |
Validations:
|
template[name] required |
Name of the template. Validations:
|
template[template_type] required |
The type of the template, e.g. ‘generic’, ‘avid’, ‘adobe’ Validations:
|
substitution_patterns optional |
An array of SubstitutionPattern objects. Validations:
|
substitution_patterns[substitution_pattern] optional |
Validations:
|
substitution_patterns[substitution_pattern][token] required |
The string to search for. Validations:
|
substitution_patterns[substitution_pattern][pattern] required |
The string to replace token with. It may contain several special sequences like %n that will be interpreted when a project is created. Validations:
|
- Authentication: The user must be authenticated to perform this action. - Admin privileges: The user has to have administrative privileges to perform this action.
Param name | Description |
---|---|
id required |
ID of the template to be duplicated. Validations:
|
- Authentication: The user must be authenticated to perform this action. - Admin privileges: The user has to have administrative privileges to perform this action.
Param name | Description |
---|---|
id required |
ID of the template to be updated. Validations:
|
template optional , nil allowed |
Validations:
|
template[name] optional |
Name of the template. Validations:
|
template[template_type] optional |
The type of the template, e.g. ‘generic’, ‘avid’, ‘adobe’ Validations:
|
substitution_patterns optional |
An array of SubstitutionPattern objects. Validations:
|
substitution_patterns[substitution_pattern] optional |
Validations:
|
substitution_patterns[substitution_pattern][token] required |
The string to search for. Validations:
|
substitution_patterns[substitution_pattern][pattern] required |
The string to replace token with. It may contain several special sequences like %n that will be interpreted when a project is created. Validations:
|
- Authentication: The user must be authenticated to perform this action. - Admin privileges: The user has to have administrative privileges to perform this action.
Param name | Description |
---|---|
id required |
ID of the template to be deleted. Validations:
|
ignore_missing_directory optional |
Validations:
|
- Authentication: The user must be authenticated to perform this action.