Help us improve these docs. Take our quick survey.
cURL
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>" ], "expected_digest": "<string>" } '
{ "digest": "<string>" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
서버 측 검증을 위한 클라이언트 계산 table 다이제스트입니다.
성공 응답
이 페이지가 도움이 되었나요?