Operation
This
Style |
---|
table { width: 100%; } body.page-gadget { padding-top: 20px; } .separator{ margin: 5px 0; } |
Div | ||
---|---|---|
| ||
PUT |
Div | ||
---|---|---|
| ||
https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/moduleRack/status |
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
moduleRackList | List of Module Rack | true | List of Module with a status to be updated. |
Example request
Code Block | ||||
---|---|---|---|---|
| ||||
PUT https://prod.ulysescloud.com/api/v1/chain/1/property/1/moduleRack/status |
Response
Property | Type | Required | Description |
---|---|---|---|
ResponseApiMessage | ResponseApiMessage | true | Description of the response of the success operation |
Entity
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example response
Code Block | ||
---|---|---|
| ||
{ "httpStatus": "201", "userMessage": "Success RoomRack inserted", "technicalMessage": "Success RoomRack inserted ", "errorCode": "0" } |