diff --git a/changai/changai/api/v2/helpdesk_api.py b/changai/changai/api/v2/helpdesk_api.py index 7e59433..3f98746 100644 --- a/changai/changai/api/v2/helpdesk_api.py +++ b/changai/changai/api/v2/helpdesk_api.py @@ -49,7 +49,7 @@ def create_helpdesk_ticket(subject:str,user:str,email:str,priority:str ="Low", t json.dumps( { "message": { - "kind": "TICKET_CREATED", + "kind": "TICKET_CREATION_FAILED", "data": { "error": str(e) }