-
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.update
| Document endpoint
#783
Conversation
+ id: `f29abf48-337d-44b4-aad4-585f5277a456` (string, required) | ||
+ subject: `My ticket subject` (string, optional) | ||
+ description: `My ticket details` (string, optional) - Uses Markdown formatting | ||
+ ticket_status_id: `46156648-87c6-478d-8aa7-1dc3a00dacab` (string, optional) |
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.
Always use backticks for properties with underscores in them. So \
ticket_status_id`. In this case, because there are two of them, it's not an issue, but an uneven amount of underscore characters messes with the Markdown syntax.
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.
And I can't seem to format backticks inside backticks, but I'll assume you know what I mean 😄
+ Members | ||
+ `company` | ||
+ id: `2659dc4d-444b-4ced-b51c-b87591f604d7` (string, required) | ||
+ custom_fields (array[CustomFieldValue], optional) |
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.
Same here: backticks please
Overwritten by #788 |
No description provided.