Skip to content

Commit 52e0873

Browse files
authored
Merge pull request #3201 from kobotoolbox/3190-fix-kobocat-submission-endpoint-typo
Fix API documentation typo
2 parents 632da6a + c7ba384 commit 52e0873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kpi/views/v2/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class DataViewSet(AssetNestedObjectViewsetMixin, NestedViewSetMixin,
106106
* `uid` - is the unique identifier of a specific asset
107107
* `id` - is the unique identifier of a specific submission
108108
109-
**It is not allowed to create submissions with `kpi`'s API as this is handled by `kobocat`'s `/submissions` endpoint**
109+
**It is not allowed to create submissions with `kpi`'s API as this is handled by `kobocat`'s `/submission` endpoint**
110110
111111
Retrieves a specific submission
112112
<pre class="prettyprint">
@@ -144,7 +144,7 @@ class DataViewSet(AssetNestedObjectViewsetMixin, NestedViewSetMixin,
144144
145145
Update current submission
146146
147-
_It is not possible to update a submission directly with `kpi`'s API as this is handled by `kobocat`'s `/submissions` endpoint.
147+
_It is not possible to update a submission directly with `kpi`'s API as this is handled by `kobocat`'s `/submission` endpoint.
148148
Instead, it returns the URL where the instance can be opened in Enketo for editing in the UI._
149149
150150
<pre class="prettyprint">

0 commit comments

Comments
 (0)