Skip to content

Commit

Permalink
docs: adjust endpoint to existent /sites/{siteId}/audits/latest (#500)
Browse files Browse the repository at this point in the history
There is no route to /sites/{siteId}/audits/latest/{auditType}, only /sites/{siteId}/audits/latest
  • Loading branch information
iuliag authored Jan 9, 2025
1 parent c3cee41 commit c5d5240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openapi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ paths:
$ref: './audits-api.yaml#/audits-for-site-and-type'
/sites/{siteId}/audits/{auditType}/{auditedAt}:
$ref: './audit-api.yaml#/audit-for-site'
/sites/{siteId}/audits/latest/{auditType}:
/sites/{siteId}/audits/latest:
$ref: './audits-api.yaml#/audits-for-site'
/sites/{siteId}/latest-audit/{auditType}:
$ref: './audit-api.yaml#/latest-audit-for-site'
Expand Down

0 comments on commit c5d5240

Please sign in to comment.