summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ticket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ticket.c b/ticket.c
index d5927b4..06a1fb3 100644
--- a/ticket.c
+++ b/ticket.c
@@ -86,7 +86,7 @@ void rtclient_ticket_new(const char *queue
, CURLFORM_PTRCONTENTS, content
, CURLFORM_END);
last = NULL;
- request("/REST/1.0/user/new", "", NULL, NULL, post);
+ request("/REST/1.0/ticket/new", "", NULL, NULL, post);
curl_formfree(post);
post = NULL;
}