Skip to main content
POST
/
table
/
create_from_digests
{
  "digest": "<string>",
  "row_digests": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
project_id
string
required
row_digests
string[]
required

Response

Successful Response

digest
string
required
row_digests
string[]

The digests of the rows that were created

I