Templates Resource
The Templates resource allows creating templates of job settings that can be persisted and easily reused. The schema of a template matches largely that of a job with the exceptions that templates have a name (for easier management) and cannot contain the "input.input_name" and "unique_custom_key" keys (obviously, for generality of the template).
Available Methods
- Create a new Template:
POST /jobs/templates/ - List all Templates:
GET /jobs/templates/ - Get a specific Template:
GET /jobs/templates/ID - Update a Template:
PUT/jobs/templates/ID - Delete a template:
DELETE /jobs/templates/ID
Overview
Content Tools