Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns

Returns a message response.
  curl -X PUT https://api.onlydrams.app/api/v1/users/:user_id/lists/:id \
       -H "Content-Type: application/json" \
       -H "Authorization: Bearer $ACCESS_TOKEN" \
       -d '{
            "list": {
              "name": "Updated list"
            }
          }'
{
	"message": "List updated successfully."
}