Skip to content

Commit

Permalink
docs(projectHistoryLogs): show correct URL in endpoint documentation (#…
Browse files Browse the repository at this point in the history
…5339)

### 📣 Summary
Show the correct URL in the documentation for the single-asset project
history log endpoint.
  • Loading branch information
rgraber authored Dec 10, 2024
1 parent 8c6bd66 commit 36a986d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kobo/apps/audit_log/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,12 +587,12 @@ class ProjectHistoryLogViewSet(
those with 'manage_asset' permissions.
<pre class="prettyprint">
<b>GET</b> /api/v2/asset/<code>{asset_uid}</code>/history/
<b>GET</b> /api/v2/assets/<code>{asset_uid}</code>/history/
</pre>
> Example
>
> curl -X GET https://[kpi-url]/api/v2/asset/aSAvYreNzVEkrWg5Gdcvg/history/
> curl -X GET https://[kpi-url]/api/v2/assets/aSAvYreNzVEkrWg5Gdcvg/history/
> Response 200
Expand Down

0 comments on commit 36a986d

Please sign in to comment.