Update Data ListAsk AIput https://api.swoogo.com/api/v1/data-lists/update/{data_list_id}Updates an existing data list by its ID. You can modify the list name and notes.Path Paramsdata_list_idintegerrequiredinteger - required - The ID of the list you want to updateForm DatanamestringnotesstringResponses 200Update An Existing Data List 401Authentication failed. The bearer token is missing, expired, or invalid. Obtain a new token via POST /oauth2/token. 403The authenticated user does not have permission to access this resource. This can occur if the resource belongs to a different account or the API credentials lack the required scope. 404The specified resource does not exist or has been deleted. Verify the ID is correct and that the resource belongs to an event your credentials have access to. 500An unexpected server error occurred. If this persists, contact Swoogo support with the request details and timestamp.Updated 6 days ago