Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

tiagobastos
Copy link
Member

No description provided.

BrechtBonte
BrechtBonte previously approved these changes Jan 11, 2024
Copy link
Contributor

@BrechtBonte BrechtBonte left a 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?

apiary.apib Outdated Show resolved Hide resolved
Comment on lines +8254 to +8274
+ 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)
Copy link
Member

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

Copy link
Member

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.

@tiagobastos
Copy link
Member Author

Overwritten by #788

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants