-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/tickets.create
| Document endpoint
#780
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Should we include this new endpoint in the changelog?
+ subject: `My ticket subject` (string, required) | ||
+ customer (object, required) | ||
+ type: `company` (enum[string], required) | ||
+ Members | ||
+ contact | ||
+ company | ||
+ id: `f29abf48-337d-44b4-aad4-585f5277a456` (string, required) | ||
+ ticket_status_id: `46156648-87c6-478d-8aa7-1dc3a00dacab` (string, required) | ||
+ assignee (object, optional) | ||
+ type (enum[string], required) | ||
+ Members | ||
+ `user` | ||
+ id: `98b2863e-7b01-4232-82f5-ede1f0b9db22` (string, required) | ||
+ custom_fields (array[CustomFieldValue], optional) | ||
+ description: `My ticket details` (string, optional) - Uses Markdown formatting | ||
+ participant (object, optional) | ||
+ customer (object, required) | ||
+ type (enum, required) | ||
+ Members | ||
+ `company` | ||
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string, required) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PP: Apply some structural grouping, like put subject + description & asignee + participant closer together
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something we should pay more attention on and think about since this is documentation for a developer, who really easily wants to see in one blink of an eye which information needs to be send to where.
Overwritten by #788 |
No description provided.