Add a checklist to project

We have added new endpoints to easily add checklists to a project from a template.

Here is how you can add a checklist to a project from a template:

POST /v2/projects/:project_id/checklists

{
  "checklist_template_id": "2344"
}

To list what checklist templates are available, just call this endpoint:

GET /v2/templates/checklists

Check out all the new endpoints here: https://docs.companycam.com/reference