Skip to main content

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)required

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"
}