cURL
curl --request PATCH \ --url https://statsigapi.net/console/v1/unit_id_types/{id} \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data '{ "description": "<string>" }'
{ "message": "Unit ID Type updated successfully.", "data": { "name": "testID", "description": "My new description of my ID type." } }
Show child attributes
Was this page helpful?