diff --git a/docs/src/main/paradox/docs/delta/api/assets/history/request.sh b/docs/src/main/paradox/docs/delta/api/assets/history/request.sh index f4cd539483..f7dcffee9b 100644 --- a/docs/src/main/paradox/docs/delta/api/assets/history/request.sh +++ b/docs/src/main/paradox/docs/delta/api/assets/history/request.sh @@ -1 +1 @@ -curl "http://localhost:8080/v1/org/project/https%3A%2F%2Fexample.com%2FAlice" \ No newline at end of file +curl "http://localhost:8080/v1/history/resources/org/project/https%3A%2F%2Fexample.com%2FAlice" \ No newline at end of file diff --git a/docs/src/main/paradox/docs/delta/api/history.md b/docs/src/main/paradox/docs/delta/api/history.md index 1e2aebccf4..061912d68c 100644 --- a/docs/src/main/paradox/docs/delta/api/history.md +++ b/docs/src/main/paradox/docs/delta/api/history.md @@ -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...