1
0

Ubah dari Swagger ke Dedoc lalu buat API Ticket dan TicketType

This commit is contained in:
Wian Drs
2026-06-20 00:12:19 +07:00
parent 2f805a233d
commit 2dc461ae89
1283 changed files with 36405 additions and 89470 deletions
@@ -0,0 +1,28 @@
info:
name: Add Tickets
type: http
seq: 2
http:
method: POST
url: http://127.0.0.1:8000/api/tickets
body:
type: json
data: |-
{
"user_id": 1,
"ticket_type_id": 1,
"customer_id": 133,
"title": "Lampu PON modem merah",
"description": "Pelanggan mengeluhkan internet lambat",
"priority": "high"
}
auth:
type: bearer
token: ll4X9vVjWRRDGbGQyrzcAhWVHmlEbpmQ7odklBCh7423957d
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
@@ -0,0 +1,17 @@
info:
name: Get List Tickets
type: http
seq: 2
http:
method: GET
url: http://127.0.0.1:8000/api/tickets
auth:
type: bearer
token: ll4X9vVjWRRDGbGQyrzcAhWVHmlEbpmQ7odklBCh7423957d
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
@@ -0,0 +1,7 @@
info:
name: Ticketing
type: folder
seq: 2
request:
auth: inherit