Typed access
ContentTemplate operations are reached via client.Api.Template.Content on EksoClient.
Operations
| Method | Route | Summary |
|---|---|---|
GET | /api/template/content | Lists all content templates for the current tenant. |
GET | /api/template/content/{id} | Retrieves a single content template by its identifier. |
POST | /api/template/content | Creates a new content template. |
PUT | /api/template/content | Updates an existing content template. |
DELETE | /api/template/content/{id} | Deletes a content template by its identifier. |