---
title: "Changes to Create Comments"
method: POST
path: "/ticketing/comments"
---

# Changes to Create Comments

`POST /ticketing/comments`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 18 revisions.

- **2024-09-20** `be3dc330edf3` — 2 breaking, 2 info
- **2024-08-06** `6502b0fa098c` — 3 breaking, 1 info
- **2024-08-05** `ca0fa45ebd05` — 1 breaking, 2 warning, 2 info
- **2024-08-05** `ca213ae36b7f` — 18 breaking, 9 info
- **2024-08-05** `167edd5346ec` — 10 breaking, 4 info
- **2024-08-03** `9d25bd589fe9` — 18 breaking, 8 info
- **2024-08-01** `414c3e999e0b` — 1 info

## Changes

- **2024-09-20** `be3dc330edf3` — 2 breaking, 2 info
  - removed the enum value `CONTACT` of the request property `creator_type`
  - removed the enum value `USER` of the request property `creator_type`
  - removed the `CONTACT` enum value from the `creator_type` response property for the response status `201`
  - removed the `USER` enum value from the `creator_type` response property for the response status `201`
- **2024-08-06** `6502b0fa098c` — 3 breaking, 1 info
  - the `attachments/items/` request property type/format changed from `string`/`` to ``/``
  - added `#/components/schemas/UnifiedTicketingAttachmentOutput, subschema #1` to the `attachments/items/` response property `oneOf` list for the response status `201`
  - the `attachments/items/` response's property type/format changed from `string`/`` to ``/`` for status `201`
  - added `#/components/schemas/UnifiedTicketingAttachmentOutput, subschema #1` to the `attachments/items/` request property `oneOf` list
- **2024-08-05** `ca0fa45ebd05` — 1 breaking, 2 warning, 2 info
  - request property `creator_type` was restricted to a list of enum values
  - added the new `CONTACT` enum value to the `creator_type` response property for the response status `201`
  - added the new `USER` enum value to the `creator_type` response property for the response status `201`
  - added the new `CONTACT` enum value to the request property `creator_type`
  - added the new `USER` enum value to the request property `creator_type`
- **2024-08-05** `ca213ae36b7f` — 18 breaking, 9 info
  - the response property `attachments` became nullable for the status `201`
  - the response property `body` became nullable for the status `201`
  - the response property `contact_id` became nullable for the status `201`
  - the response property `created_at` became nullable for the status `201`
  - the response property `creator_type` became nullable for the status `201`
  - the response property `html_body` became nullable for the status `201`
  - the response property `id` became nullable for the status `201`
  - the response property `is_private` became nullable for the status `201`
  - the response property `modified_at` became nullable for the status `201`
  - the response property `remote_data` became nullable for the status `201`
  - the response property `remote_id` became nullable for the status `201`
  - the response property `ticket_id` became nullable for the status `201`
  - the response property `user_id` became nullable for the status `201`
  - the response property `created_at` became optional for the status `201`
  - the response property `modified_at` became optional for the status `201`
  - the response property `remote_data` became optional for the status `201`
  - the `created_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the `modified_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the endpoint scheme security `bearer` was removed from the API
  - the request property `attachments` became nullable
  - the request property `body` became nullable
  - the request property `contact_id` became nullable
  - the request property `creator_type` became nullable
  - the request property `html_body` became nullable
  - the request property `is_private` became nullable
  - the request property `ticket_id` became nullable
  - the request property `user_id` became nullable
- **2024-08-05** `167edd5346ec` — 10 breaking, 4 info
  - the request property `attachments` became not nullable
  - the request property `body` became not nullable
  - the request property `contact_id` became not nullable
  - the request property `creator_type` became not nullable
  - the request property `html_body` became not nullable
  - the request property `is_private` became not nullable
  - the request property `ticket_id` became not nullable
  - the request property `user_id` became not nullable
  - the `created_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `201`
  - the `modified_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `201`
  - the endpoint scheme security `bearer` was added to the API
  - the response property `created_at` became required for the status `201`
  - the response property `modified_at` became required for the status `201`
  - the response property `remote_data` became required for the status `201`
- **2024-08-03** `9d25bd589fe9` — 18 breaking, 8 info
  - the response property `attachments` became nullable for the status `201`
  - the response property `body` became nullable for the status `201`
  - the response property `contact_id` became nullable for the status `201`
  - the response property `created_at` became nullable for the status `201`
  - the response property `creator_type` became nullable for the status `201`
  - the response property `html_body` became nullable for the status `201`
  - the response property `id` became nullable for the status `201`
  - the response property `is_private` became nullable for the status `201`
  - the response property `modified_at` became nullable for the status `201`
  - the response property `remote_data` became nullable for the status `201`
  - the response property `remote_id` became nullable for the status `201`
  - the response property `ticket_id` became nullable for the status `201`
  - the response property `user_id` became nullable for the status `201`
  - the response property `created_at` became optional for the status `201`
  - the response property `modified_at` became optional for the status `201`
  - the response property `remote_data` became optional for the status `201`
  - the `created_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the `modified_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the request property `attachments` became nullable
  - the request property `body` became nullable
  - the request property `contact_id` became nullable
  - the request property `creator_type` became nullable
  - the request property `html_body` became nullable
  - the request property `is_private` became nullable
  - the request property `ticket_id` became nullable
  - the request property `user_id` became nullable
- **2024-08-01** `414c3e999e0b` — 1 info
  - the endpoint scheme security `bearer` was removed from the API

---

[Operation](https://skmtc.dev/panoratech/apis/panora-api-2/docs/ticketing/comments/post.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/ticketing/comments/post)
