Skip to content

Commit

Permalink
updated endpoints on README
Browse files Browse the repository at this point in the history
  • Loading branch information
alxford45 committed Nov 29, 2020
1 parent b43ed12 commit deae680
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit deae680

Please sign in to comment.