메인 콘텐츠로 건너뛰기
POST
/
table
/
create
테이블 생성
curl --request POST \
  --url https://api.example.com/table/create \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "table": {
    "project_id": "<string>",
    "rows": [
      {}
    ]
  }
}
'
{
  "digest": "<string>",
  "row_digests": [
    "<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
table
TableSchemaForInsert · object
필수

응답

성공 응답

digest
string
필수
row_digests
string[]

생성된 행의 다이제스트