UpdateSnapshotRequest Class

Request body for updating a snapshot, with a combination of user defined apply scope and user specified data.

Inheritance
UpdateSnapshotRequest

Constructor

UpdateSnapshotRequest(*, apply_scope=None, user_data: Optional[str] = None, **kwargs)

Parameters

apply_scope
list[str]
Required

Array of the target Face subscription ids for the snapshot, specified by the user who created the snapshot when calling Snapshot - Take. For each snapshot, only subscriptions included in the applyScope of Snapshot - Take can apply it.

user_data
str
Required

User specified data about the snapshot for any purpose. Length should not exceed 16KB.