Skip to content

Commit

Permalink
Merge pull request #53 from scinote-eln/aj_SCI_10898
Browse files Browse the repository at this point in the history
Rename step checklists items [SCI-10898]
  • Loading branch information
andrej-scinote authored Nov 22, 2024
2 parents a13f7e6 + b111a1d commit 9433372
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/includes/_checklist_items_v2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Step checklist items V2

## Get Checklist Items
## Get Step Checklist Items

```shell
curl "https://<server-name>/api/v2/teams/1/projects/1/experiments/1/tasks/1/protocols/1/steps/1/checklists/1/checklist_items"
Expand Down Expand Up @@ -61,7 +61,7 @@ This endpoint retrieves items from the specific checklist.
| FROM | If present will filter checklist items corresponding timestamp above or equals value |
| TO | If present will filter checklist items corresponding timestamp below or equals value |

## Get Checklist Item
## Get Step Checklist Item

```shell
curl "https://<server-name>/api/v2/teams/1/projects/1/experiments/1/tasks/1/protocols/1/steps/1/checklists/1/checklist_items/1"
Expand Down Expand Up @@ -104,7 +104,7 @@ This endpoint retrieves specific item from the checklist.
| CHECKLIST_ID | The ID of the checklist to retrieve item from |
| ID | The ID of the checklist item |

## Create Checklist Item
## Create Step Checklist Item

```shell
curl -X POST \
Expand Down Expand Up @@ -180,7 +180,7 @@ This endpoint creates new item in the checklist.
| checked | no | Item checked or unchecked |
| position | no | Position of the item in the checklist |

## Update Checklist Item
## Update Step Checklist Item

```shell
curl -X PATCH \
Expand Down Expand Up @@ -258,7 +258,7 @@ If submitted attributes are the same and no changes are made for the item, serve
| checked | no | Item checked or unchecked |
| position | no | Position of the item in the checklist |

## Delete Checklist Item
## Step Delete Checklist Item

```shell
curl -X DELETE \
Expand Down

0 comments on commit 9433372

Please sign in to comment.