This object is used when creating or updating content.

interface ContentBodyCreate {
    additionalProperties?: any;
    representation: string;
    value: string;
}

Hierarchy (view full)

Properties

additionalProperties?: any
representation: string

The content format type. Set the value of this property to the name of the format being used, e.g. 'storage'.

value: string

The body of the content in the relevant format.

Generated using TypeDoc v0.25.12