Skip to content

Commit

Permalink
updated README with current endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
alxford45 committed Nov 28, 2020
1 parent 747191a commit 714ed3e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,12 @@ req: none
res: body: {CombineDTO}
```

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

```
/* NOT WORKING */
PUT /api​/ticket​/{id}
PUT /api​/ticket​/{ticket_id}
req: body: {UpdateTicketDTO}
res: body: {TicketDTO}
```

## User
Expand Down Expand Up @@ -155,11 +156,12 @@ GET /api​/user/{lsu_id}
res: body: {UserDTO}
```

Update user
Update user by lsu_id

```
/* NOT WORKING */
PUT /api/user/{lsu_id}
req: body: {UpdateUserDTO}
res: body: {UserDTO}
```

## Assign
Expand Down

0 comments on commit 714ed3e

Please sign in to comment.