본문으로 건너뛰기

CaptureCommit

Request used to save a web-session storage state as a secret, keyed by the target site and optional account, in an optional collection.

urlUrl (string)필수

Target site URL used to name the saved web-session state by site.

account object

Optional account label used to distinguish saved sessions for the same site.

하나 이상(anyOf)
string
collection_id object

Optional collection in which to save the resulting secret.

하나 이상(anyOf)
string
CaptureCommit
{
"url": "string",
"account": "string",
"collection_id": "string"
}