メインコンテンツへスキップ
POST
/
table
/
create_from_digests
ダイジェストからテーブル作成
curl --request POST \
  --url https://api.example.com/table/create_from_digests \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "row_digests": [
    "<string>"
  ]
}
'
{
  "digest": "<string>"
}

承認

Authorization
string
header
必須

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

ボディ

application/json
project_id
string
必須
row_digests
string[]
必須

レスポンス

成功レスポンス

digest
string
必須