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

  curl -X PATCH \
   https://api.onlydrams.app/api/v1/users/{user_id}/collection/collectables/{id}/status \
    -H "Authorization: Bearer $ACCESS_TOKEN" \
    -d '{
          "bottle": {
            "status": "opened | unopened | empty"
          }
        }'
{
	"message": "Status updated successfully."
}