patch https://example.com/generic-entity/v1/generic-entities/
Update Generic Entity
Performs partial update, if a field is specified in the request it will be updated
The name should be unique among all entities names in the same organization.
Custom attributes can be specified in the request body
The below table describes the request parameters:
Parameter | Type | Mandatory | Description |
---|---|---|---|
_id | UUID | true | The id of the generic entity |
_name | String | false | The name of the generic entity |
_ownerOrganization.id | UUID | true | The id of the owner organization |
<customAttributes1> | <customAttributes1Type> | false | Custom attribute 1 value |
<customAttributesN> | <customAttributesNType> | false | Custom attribute N value |