Skip to content

Commit

Permalink
Fix endpoint path in API docs
Browse files Browse the repository at this point in the history
Closes #1118.
  • Loading branch information
matthew-white committed Apr 26, 2024
1 parent 4420680 commit 153d6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11196,7 +11196,7 @@ paths:
<OpenRosaResponse xmlns="http://openrosa.org/http/response" items="0">
<message nature="error">The authenticated actor does not have rights to perform that action.</message>
</OpenRosaResponse>
/v1/test/{token}/projects/{projectId}/forms/{xmlFormId}/attachments/{filename}:
/v1/test/{token}/projects/{projectId}/forms/{xmlFormId}/draft/attachments/{filename}:
get:
tags:
- Draft Testing Endpoints
Expand Down

0 comments on commit 153d6ee

Please sign in to comment.