From deae680ff7b85a673fd3bc33f17b25da4f9db9f7 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 28 Nov 2020 19:20:15 -0600 Subject: [PATCH] updated endpoints on README --- api/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/README.md b/api/README.md index 35c332e..c543990 100644 --- a/api/README.md +++ b/api/README.md @@ -110,6 +110,14 @@ req: none res: body: {CombineDTO} ``` +Get one ticket by lsu_id with user/ticket/device info + +``` +GET /api​/ticket​/user/{lsu_id} +req: none +res: body: {CombineDTO} +``` + Updates one ticket by ticket_id; Does NOT update user or device ```