From 95fd19cd7a118db63abddcaded3d017fd9e9ebee Mon Sep 17 00:00:00 2001 From: Tiago Bastos Date: Thu, 11 Jan 2024 10:12:18 +0000 Subject: [PATCH] rename property name --- apiary.apib | 2 +- src/13-tickets/tickets.apib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apiary.apib b/apiary.apib index 8e9f5be7..83f103a0 100644 --- a/apiary.apib +++ b/apiary.apib @@ -8264,7 +8264,7 @@ Create a ticket. + `user` + id: `98b2863e-7b01-4232-82f5-ede1f0b9db22` (string, required) + custom_fields (array[CustomFieldValue], optional) - + remarks: `My ticket details` (string, optional) - Uses Markdown formatting + + description: `My ticket details` (string, optional) - Uses Markdown formatting + participant (object, optional) + customer (object, required) + type (enum, required) diff --git a/src/13-tickets/tickets.apib b/src/13-tickets/tickets.apib index 7099696a..4e0f3467 100644 --- a/src/13-tickets/tickets.apib +++ b/src/13-tickets/tickets.apib @@ -20,7 +20,7 @@ Create a ticket. + `user` + id: `98b2863e-7b01-4232-82f5-ede1f0b9db22` (string, required) + custom_fields (array[CustomFieldValue], optional) - + remarks: `My ticket details` (string, optional) - Uses Markdown formatting + + description: `My ticket details` (string, optional) - Uses Markdown formatting + participant (object, optional) + customer (object, required) + type (enum, required)