Skip to main content
PATCH
/
data-lists
/
{id}
/
status
Update data list status
curl --request PATCH \
  --url http://api.gu1.ai/data-lists/{id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

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

Overview

Changes list lifecycle status. For global lists, the API updates tenant-specific activation (tenantDataListSettings) instead of mutating the shared global row.

Endpoint

PATCH https://api.gu1.ai/data-lists/{id}/status

Authentication

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Request body

status
string
required
One of: active, inactive, archived.

Response

Success payload with confirmation; 404 if list id is unknown.