2025-08-27
about 10 hours ago
Changed operations
- List custom properties per entity type (
GET /v1/custom-properties/{target_entity}
)- ✨ [Added] operation GET /v1/custom-properties/{target_entity}
- Get a custom property detail for a given entity type (
GET /v1/custom-properties/{target_entity}/{key}
)- ✨ [Added] operation GET /v1/custom-properties/{target_entity}/{key}
Changed components schemas
CustomPropertyNumericSettings
,CustomPropertyChoicesSettings
,CustomPropertyChoices
,CustomPropertyOption
,CustomPropertyCountriesSettings
,CustomPropertyTextSettings
,AbstractCustomProperty
- ✨ [Added]