Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ Statuses are the values reported as `form_state` on an answer. This endpoint lis

`GET https://www.mydatascope.com/api/external/list_states`

`POST` is also accepted. The endpoint takes no parameters either way.
The endpoint takes no parameters.

### Response Fields

Expand Down Expand Up @@ -751,8 +751,6 @@ Changing the status through the API works like changing it from the web app: the

`POST https://www.mydatascope.com/api/external/change_state`

`GET` is also accepted, with the same parameters.

### Input Parameter
Parameter | Type | Description
--------- | ------- | -----------
Expand Down
Loading