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.
- string
- null
string
collection_id object
Optional collection in which to save the resulting secret.
- string
- null
string
CaptureCommit
{
"url": "string",
"account": "string",
"collection_id": "string"
}