Pere Miquel Brull 6e2fb1eca7
[Docs] - 1.1.2 Release (#12977)
* Prep 1.1.2 docs and remove 1.1.1

* Prep 1.1.2 release pages

* add missing links in menu.md

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-08-25 08:49:58 +02:00

1.1 KiB

title slug
createDomain /main-concepts/metadata-standard/schemas/api/domains/createdomain

createDomain

Create Domain API request

Properties

  • domainType: Domain type. Refer to ../../entity/domains/domain.json#/definitions/domainType.
  • name: A unique name of the Domain. Refer to ../../type/basic.json#/definitions/entityName.
  • fullyQualifiedName: FullyQualifiedName same as name. Refer to ../../type/basic.json#/definitions/fullyQualifiedEntityName.
  • displayName (string): Name used for display purposes. Example 'Marketing', 'Payments', etc.
  • description: Description of the Domain. Refer to ../../type/basic.json#/definitions/markdown.
  • parent (string): Fully qualified name of parent domain.
  • owner: Owner of this Domain. Refer to ../../type/entityReference.json. Default: None.
  • experts (array): List of of user/login names of users who are experts in this Domain. Default: None.
    • Items (string)

Documentation file automatically generated at 2023-07-07 05:50:35.981927.