Skip to content

Commit

Permalink
Task 35 : Revise README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Sep 29, 2024
1 parent 144b6d1 commit ca5522c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ Endpoints Summary
<td>CustomResponse&lt;List&lt;CourierResponse&gt;&gt;</td>
</tr>
<tr>
<td>GET</td>
<td>/api/couriers/travels</td>
<td>Get travels of a courier by courier ID, store name, and time range.</td>
<td>TravelQueryRequest</td>
<td>None</td>
<td>CustomResponse&lt;List&lt;CourierResponse&gt;&gt;</td>
<td>POST</td>
<td>/api/couriers/travels/{courierId}</td>
<td>Get travels of a courier by courier ID, store name, and time range.</td>
<td>TravelQueryRequest</td>
<td>courierId (UUID)</td>
<td>CustomResponse&lt;List&lt;CourierResponse&gt;&gt;</td>
</tr>
<tr>
<td>GET</td>
Expand Down

0 comments on commit ca5522c

Please sign in to comment.