Skip to main content

Update List

Update a list.

PUT/v1/user/list/{id}

Properties

NameTypeRequiredDescription
idnumberID of the list

Example

/v1/user/list/123

CURL Example

curl -X PUT "https://api-integrations.snackprompt.com/v1/user/list/{id}" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"title":"My First List","description":"I will add all my favorite prompts here"}'
note

The response header will return "list_URL" which is the URL of the updated list.