Skip to content

Commit

Permalink
Fix history endpoint documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Nov 26, 2024
1 parent c5578ce commit 34789c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl "http://localhost:8080/v1/org/project/https%3A%2F%2Fexample.com%2FAlice"
curl "http://localhost:8080/v1/history/resources/org/project/https%3A%2F%2Fexample.com%2FAlice"
2 changes: 1 addition & 1 deletion docs/src/main/paradox/docs/delta/api/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The described endpoints are experimental and the responses structure might chang
@@@

```
GET /v1/history/{org_label}/{project_label}/{id}
GET /v1/history/resources/{org_label}/{project_label}/{id}
```

where...
Expand Down

0 comments on commit 34789c4

Please sign in to comment.