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 7af81dd commit 3bfb950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ req: none
res: body: {CombineDTO}
```

Updates one ticket by ticket_id; Does NOT update user or device
Updates user, ticket, and device by ticket_id;

```
PUT /api​/ticket​/{ticket_id}
req: body: {UpdateTicketDTO}
res: body: {TicketDTO}
req: body: {UpdateCombinedDTO}
res: body: {CombinedDTO}
```

## User
Expand Down

0 comments on commit 3bfb950

Please sign in to comment.