cURL
curl --request PATCH \ --url http://api/v1/projects/{projectUuid}/dataCatalog/{catalogSearchUuid}/icon \ --header 'Content-Type: application/json' \ --data ' { "icon": { "unicode": "<string>" } } '
{ "results": "<any>", "status": "ok" }
Show child attributes
Success
ok