Skip to content

Commit

Permalink
rename property name
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobastos committed Jan 11, 2024
1 parent bda1685 commit 95fd19c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/13-tickets/tickets.apib
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 95fd19c

Please sign in to comment.