Modify Custom Object Type by NameAsk AIpatch https://{hostname}/api/custom-entity/v1/entity-types/names/{entityTypeName}Use this API to partially update an existing object type by its name. πThings to Know This API only supports objects created via Object Manager, including Projects, Models, and Datasets. Path ParamsentityTypeNamestringrequiredThe name of the object type.Body ParamsnamestringThe name of the object type.descriptionstringThe description of the object type.moduleScopesarray of stringsenumThe product scopes of the object type.moduleScopesADD stringsettingsobjectThe settings details of the object type.settings objectworkflowobjectThe details of the workflow.workflow objectResponses 200OK - The object type was successfully updated 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago