cURL
curl --request PATCH \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/labels/externalId/{externalId} \ --header 'Content-Type: */*' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "showInDiscovery": true }'
{ "uid": "<string>", "name": "<string>", "externalId": "<string>", "showInDiscovery": true, "createdAt": "2023-11-07T05:31:56Z" }
Your application's uid
1
External ID of the label
Successful update
The response is of type object.
object