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