Reference Guide

Table Of Contents
HTTP
Code
Description Schema
404 Not Found error_response
Produces
application/json
PATCH /hardware/{id}
Description
Modify a hardware instance.
Parameters
Type Name Description Schema
Path
id
required
The hardware component to modify. string
Body
body
required
hardware_modify
Responses
HTTP
Code
Description Schema
204 Success No Content
400 Invalid Request error_response
404 Not Found error_response
422 Operation Failed error_response
Consumes
application/json
Produces
application/json
119