# Checklist Template API Coverage

Checklist template endpoints are not yet connected to the n8n node. Track implementation progress using the table below.

| Endpoint | Description | Gap Summary | Planned Validation |
| --- | --- | --- | --- |
| `POST /v2/checklist/archive` | Archive a checklist template by ID. | Archive helper missing. | Add test ensuring ID is required and correct payload sent. |
| `GET /v2/checklist/templates` | List checklist templates. | Listing not implemented. | Add tests verifying filter + pagination params. |
| `PUT /v2/checklist/templates` | Bulk update checklist templates. | Update endpoint absent. | Add tests validating array payload structure. |
| `POST /v2/checklist/templates` | Bulk create checklist templates. | Creation not exposed. | Add tests checking required fields and success mapping. |
| `DELETE /v2/checklist/template/{checklistTemplateId}` | Delete a template by ID. | Delete operation missing. | Add tests for parameter extraction. |
| `POST /v2/checklist/templates/delete` | Bulk delete templates. | Bulk delete not implemented. | Add tests for batch payload. |
| `POST /v2/checklist/restore` | Restore a template. | Restore helper absent. | Add tests for ID + body validation. |
| `POST /v2/checklist/templates/restore` | Bulk restore templates. | Not exposed. | Add tests for array payload handling. |

Update this document and the forthcoming checklist template tests as functionality lands.
