Units
Replace a unit
Completely replaces the data of an existing unit with the provided payload.
Completely replaces the data of an existing unit with the provided payload.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Unit identifier
Request Body
application/json
The updated Unit resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://api.skalasuite.com/api/units/string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"id": 0,
"name": "string",
"isActive": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}Empty
Empty
Empty
