Pere Miquel Brull 6fcdf803e6
Prepare Docs V1 structure (#11089)
* Prepare Docs V1 structure

* Point to the v1.0.0 images dir

* Use the same ssh key

* Use new key

* Add connectors icons

* Update images
2023-04-17 16:45:47 +02:00

1.6 KiB

title slug
createGlossaryTerm /main-concepts/metadata-standard/schemas/api/data/createglossaryterm

CreateGlossaryTermRequest

Create Glossary term entity request

Properties

  • glossary: Reference to the glossary that this term is part of. Refer to ../../type/entityReference.json.
  • parent: Reference to the parent glossary term. When null, the term is at the root of the glossary. Refer to ../../type/entityReference.json.
  • name: Preferred name for the glossary term. Refer to ../../entity/data/glossaryTerm.json#/definitions/name.
  • displayName (string): Display Name that identifies this glossary term.
  • description: Description of the glossary term. Refer to ../../type/basic.json#/definitions/markdown.
  • synonyms (array): Alternate names that are synonyms or near-synonyms for the glossary term.
    • Items: Refer to ../../entity/data/glossaryTerm.json#/definitions/name.
  • relatedTerms: Other glossary terms that are related to this glossary term. Refer to ../../type/entityReference.json#/definitions/entityReferenceList.
  • references (array): Link to a reference from an external glossary.
    • Items: Refer to ../../entity/data/glossaryTerm.json#/definitions/termReference.
  • reviewers: User names of the reviewers for this glossary. Refer to ../../type/entityReference.json#/definitions/entityReferenceList.
  • tags (array): Tags for this glossary term. Default: None.
    • Items: Refer to ../../type/tagLabel.json.

Documentation file automatically generated at 2022-07-14 10:51:34.749986.