메인 콘텐츠로 건너뛰기
POST
/
refs
/
read_batch
참조 일괄 조회
curl --request POST \
  --url https://api.example.com/refs/read_batch \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "refs": [
    "<string>"
  ]
}
'
{
  "vals": [
    "<unknown>"
  ]
}

인증

Authorization
string
header
필수

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

본문

application/json
refs
string[]
필수

응답

성공 응답

vals
any[]
필수