Skip to content

Commit

Permalink
Updated details.md to show new delete API correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
slloyd-src committed Oct 2, 2024
1 parent dd8a00f commit 8b800b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Endpoints available for interaction with the archive-service.
#### Deleting Observations
<details>
<summary><code>GET</code> <code><b>/observations/delete/{observationId}</b></code> <code>(Delete an Observation with the supplied ID, if found)</code></summary>
<summary><code>GET</code> <code><b>/observations/{observationId}</b></code> <code>(Delete an Observation with the supplied ID, if found)</code></summary>
##### Parameters
Expand Down

0 comments on commit 8b800b6

Please sign in to comment.