v1

latestOpenAPI 3.0.02026-07-1319142308.8 KB
user_ticket

post/user_ticket

Query parameters

selectstring

Filtering Columns

Headers

Prefer'return=representation' | 'return=minimal' | 'return=none' | 'resolution=ignore-duplicates' | 'resolution=merge-duplicates'

Preference

Request body

idstring uuid required

Note: This is a Primary Key.<pk/>

created_atstring timestamp with time zone required
ticket_idstring uuid

Note: This is a Foreign Key to ticket.id.<fk table='ticket' column='id'/>

order_idstring uuid

Note: This is a Foreign Key to order.id.<fk table='order' column='id'/>

user_idstring uuid

Note: This is a Foreign Key to profile.id.<fk table='profile' column='id'/>

namestring text
descriptionstring text
event_idstring uuid

Note: This is a Foreign Key to event.id.<fk table='event' column='id'/>

event_namestring text
secretstring uuid required
usedboolean required
updated_atstring timestamp with time zone required
approval_status'pending' | 'approved' | 'denied' public.user_ticket_approval_status_enum required
notesstring text

Response

Created