---
title: "POST /time_template"
method: POST
path: "/time_template"
tags: ["time_template"]
---

# POST /time_template

`POST /time_template`

## Request body

- ModelTimeTemplate
  - `category` string — work, maintenance, emergency, etc.
  - `created_at` string
  - `creator_id` integer
  - `description` string
  - `id` integer
  - `is_active` boolean
  - `is_builtin` boolean — Status and metadata
  - `name` string
  - `resource_id` integer — Standard fields
  - `time_ranges` ModelTimeRange[] — Time configuration
    - `end_time` string
    - `start_time` string
    - `weekdays` integer[]
  - `timezone` string
  - `updated_at` string
  - `updater_id` integer
  - `usage_count` integer — Usage statistics

## Response `200`

OK

## Changes

- **2025-07-16** `788529308517` — 1 info
  - endpoint added
- **2025-03-02** `f6b1c099afda` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/veops/apis/untitled-api-3/changes/time_template/post.md)

---

[API](https://skmtc.dev/veops/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/veops/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/veops/untitled-api-3/revisions/d7525cb4e839/schema)
