Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://statsigapi.net/console/v1/segments/{id}/add_ids \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "ids": [ "<string>" ], "version": 123 } '
{ "message": "IDs successfully added to Segment ID List" }
This endpoint has a limit of 1000 ids per request
id
1000
User Store ID List updated successfully.
Was this page helpful?