Files
brapi-java/docs/problem_fix/03-fix-doing/77-put-samples.md

48 lines
968 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# PUT /samples
> 来源BrAPI v2.1 校验报告03-fix.md
## 概要
| 项 | 值 |
| --- | --- |
| 状态 | warning |
| 方法 | PUT |
| URL | `/brapi/v2/samples` |
| 完整 URL | `http://localhost:8081/brapi/v2/samples` |
| 路径模板 | `PUT /samples` |
| 模块 | Samples |
| 响应时间 | 3 ms |
## 校验详情
```
PUT /samples
Samples
3 ms
schema mismatch
Json matches schema: schemas/v2.1/Samples/putSamplesResponse.json (schema mismatch) — Schema: schemas/v2.1/Samples/putSamplesResponse.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
}
]
```
---
**状态:待修复**