Upload Debug
Upload CAD FiveM debug output directly to an open support ticket.
Upload Debug
Request Body
openapi: 3.0.3
info:
title: Sonoran Support API
version: "1.0"
paths:
/v2/upload/debug/{ticketId}:
post:
summary: Upload CAD debug output to a support ticket
parameters:
- in: path
name: ticketId
required: true
schema:
type: integer
description: Short support ticket ID
requestBody:
required: true
content:
text/plain:
schema:
type: string
example: |
[sonorancad] Debug session started
[sonorancad] Player cache refreshed
[sonorancad] Completed sync in 42ms
responses:
"200":
description: Debug uploaded successfully
"400":
description: Empty body or invalid non-CAD ticket
"403":
description: Debug upload is not enabled for this ticket
"404":
description: Ticket not foundResponse Body
Last updated
Was this helpful?