curl --request PATCH \ --url "https://h3-api-gateway.dev.h3aven.com/v1/entities/{id}" \ --header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "name": "Updated Employee Entity", "viewPermission": ["HR", "MANAGER"] }'
Update entity
{ "name": "Updated Employee Entity" }
204 No Content
Show child attributes
ok
Was this page helpful?