Description of an object type can be altered through DQL query as below.
Syntax:
ALTER TYPE <type_name> SET label_text = <description> PUBLISH
Example:
ALTER TYPE custom_type SET label_text = 'Custom Type' PUBLISH
Description of an object type can be altered through DQL query as below.
Syntax:
ALTER TYPE <type_name> SET label_text = <description> PUBLISH
Example:
ALTER TYPE custom_type SET label_text = 'Custom Type' PUBLISH