Skip to content
Open
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: 3 additions & 1 deletion api-reference/v1.0/api/listitem-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ In the request body, supply a JSON representation of the [listItem][] resource t

## Example

### Request

Here is an example of how to create a new generic list item.


Expand Down Expand Up @@ -92,7 +94,7 @@ Content-Type: application/json

---

## Response
### Response

If successful, this method returns a [listItem][] in the response body for the created list item.

Expand Down
Loading