Concurrency control parameters for the form version upsert operation.

Hierarchy

  • UpsertFormVersionUpsertParams

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
etag?: string

The ETag of the latest version. Required when match_policy is if_etag_match.

insertOnly?: boolean

If true, only a new version may be inserted; updating the current draft is not allowed.

The policy for matching the latest form version during an upsert operation.

Generated using TypeDoc