Upsert localization source entity command schema.

Hierarchy

  • UpsertLocalizationSourceEntityCommand

Properties

entity_id: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

entity_title?: string

An optional title of the localization source entity.

entity_type: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

fields: {
    [name: string]: unknown;
}

Type declaration

  • [name: string]: unknown
image_id?: null | string

An optional Id of the related image. If null is passed - image will be unassigned. If undefined is passed - image will not be updated.

service_id: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

Generated using TypeDoc