PATCH
https://stoplight.io/mocks/replyteam/reply/765516802
/
lists
/
{id}
curl --request PATCH \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/lists/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Updated List Name"
}'
{
  "id": 1,
  "name": "Updated List Name"
}

Path Parameters

id
integer
required

List Id

Body

application/json

Response

200
application/json

List updated successfully

The response is of type object.