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

Add delete ticket endpoint #19

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

JessamyT
Copy link

What/Why/How?

If a customer needs to cancel their ticket for a refund, this API endpoint can be used to look up the ticket by ID and delete it.

Also makes TicketID description less overly-specific so it works for different endpoints.

Reference

Testing

Screenshots (optional)

Check yourself

  • Code is linted
  • Tested with redoc/reference-docs/workflows (internal)
  • All new/updated code is covered with tests

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

Copy link
Contributor

@lornajane lornajane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is the ticket ID sent to the server for this operation?

openapi.yaml Show resolved Hide resolved
@JessamyT
Copy link
Author

Oops--just added the parameter @lornajane

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.

None yet

2 participants