17 lines
364 B
Markdown
17 lines
364 B
Markdown
---
|
|
favicon: /favicons/zendesk.svg
|
|
items:
|
|
- name: Create ticket
|
|
desc: Creates a new ticket.
|
|
- name: Find ticket
|
|
desc: Finds an existing ticket.
|
|
- name: Update ticket
|
|
desc: Modify the status of an existing ticket or append comments.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|