Files
brapi-java/docs/problem_fix/03-fix-doing/73-put-calls.md

948 B
Raw Blame History

PUT /calls

来源BrAPI v2.1 校验报告03-fix.md

概要

状态 warning
方法 PUT
URL /brapi/v2/calls
完整 URL http://localhost:8081/brapi/v2/calls
路径模板 PUT /calls
模块 Calls
响应时间 13 ms

校验详情

PUT /calls
Calls
13 ms
schema mismatch
Json matches schema: schemas/v2.1/Calls/putCallsResponse.json (schema mismatch) — Schema: schemas/v2.1/Calls/putCallsResponse.json
Response structure doesn't match schema.
[
  {
    "level": "error",
    "schema": {
      "loadingURI": "#",
      "pointer": "/properties/result/properties/data"
    },
    "instance": {
      "pointer": "/result/data"
    },
    "domain": "validation",
    "keyword": "minItems",
    "message": "array is too short: must have at least 1 elements but instance has 0 elements",
    "minItems": 1,
    "found": 0
  }
]

状态:待修复