diff --git a/open-api.md b/open-api.md index f20a7ae7f..a19bd09c9 100644 --- a/open-api.md +++ b/open-api.md @@ -2800,32 +2800,11 @@ None |id|path|string|true|The model identifier.| |body|body|[DeviceModelCommand](#schemadevicemodelcommand)|false|The commands.| -> Example responses - -> 404 Response - -``` -{"type":"string","title":"string","status":0,"detail":"string","instance":"string","property1":null,"property2":null} -``` - -```json -{ - "type": "string", - "title": "string", - "status": 0, - "detail": "string", - "instance": "string", - "property1": null, - "property2": null -} -``` -

Responses

|Status|Meaning|Description|Schema| |---|---|---|---| |200|[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)|Success|None| -|404|[Not Found](https://tools.ietf.org/html/rfc7231#section-6.5.4)|Not Found|[ProblemDetails](#schemaproblemdetails)|