Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateEntityParams

Parameters for the createEntity operation.

Hierarchy

  • CreateEntityParams

Index

Properties

Optional description

description: string

The description of the entity. This string cannot contain carriage return, newline, or tab characters.

entity

entity: string

The name of the entity. This string must conform to the following restrictions:

  • It can contain only Unicode alphanumeric, underscore, and hyphen characters.
  • If you specify an entity name beginning with the reserved prefix sys-, it must be the name of a system entity that you want to enable. (Any entity content specified with the request is ignored.).

Optional fuzzyMatch

fuzzyMatch: boolean

Whether to use fuzzy matching for the entity.

Optional headers

headers: OutgoingHttpHeaders

Optional includeAudit

includeAudit: boolean

Whether to include the audit properties (created and updated timestamps) in the response.

Optional metadata

metadata: JsonObject

Any metadata related to the entity.

Optional values

values: CreateValue[]

An array of objects describing the entity values.

workspaceId

workspaceId: string

Unique identifier of the workspace.

Generated using TypeDoc