---
title: "Changes to Create a template record"
method: POST
path: "/{account}/templates/{template}/records"
---

# Changes to Create a template record

`POST /{account}/templates/{template}/records`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 53 revisions.

- **2025-07-30** (v2) `2a675399e169` — 1 breaking
- **2025-07-11** (v2) `06780be0ef17` — 3 breaking, 12 info
- **2023-07-18** (v2) `c8591dcf8c29` — 12 breaking, 5 warning

## Changes

- **2025-07-30** (v2) `2a675399e169` — 1 breaking
  - the `data/priority` response's property type changed from `integer` to `string, null` for status `201`
- **2025-07-11** (v2) `06780be0ef17` — 3 breaking, 12 info
  - added the new required request property `content`
  - added the new required request property `name`
  - added the new required request property `type`
  - added the new optional request property `priority`
  - added the new optional request property `ttl`
  - the response property `data` became required for the status `201`
  - the response property `data/content` became required for the status `201`
  - the response property `data/created_at` became required for the status `201`
  - the response property `data/id` became required for the status `201`
  - the response property `data/name` became required for the status `201`
  - the response property `data/priority` became required for the status `201`
  - the response property `data/template_id` became required for the status `201`
  - the response property `data/ttl` became required for the status `201`
  - the response property `data/type` became required for the status `201`
  - the response property `data/updated_at` became required for the status `201`
- **2023-07-18** (v2) `c8591dcf8c29` — 12 breaking, 5 warning
  - the response property `data/priority` became nullable for the status `201`
  - the response property `data` became optional for the status `201`
  - the response property `data/content` became optional for the status `201`
  - the response property `data/created_at` became optional for the status `201`
  - the response property `data/id` became optional for the status `201`
  - the response property `data/name` became optional for the status `201`
  - the response property `data/priority` became optional for the status `201`
  - the response property `data/template_id` became optional for the status `201`
  - the response property `data/ttl` became optional for the status `201`
  - the response property `data/type` became optional for the status `201`
  - the response property `data/updated_at` became optional for the status `201`
  - the `data/priority` response's property type changed from `string, null` to `integer` for status `201`
  - removed the request property `content`
  - removed the request property `name`
  - removed the request property `priority`
  - removed the request property `ttl`
  - removed the request property `type`

---

[Operation](https://skmtc.dev/dnsimple/apis/dnsimple-api/docs/:account/templates/:template/records/post.md) · [API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [Page](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/templates/:template/records/post)
