Update Unit of Measure

Update a unit of measure by ID.

put
Path parameters
idstringRequired
Body
namestringOptional
descriptionstringOptional
Responses
200

OK

application/json
put
PUT /public/v1/catalog/units-of-measure/{id} HTTP/1.1
Host: api.s1.today
Content-Type: application/json
Accept: */*
Content-Length: 36

{
  "name": "text",
  "description": "text"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-08-21T22:25:44.218Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-08-21T22:25:44.218Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "description": "text",
  "name": "text",
  "statistics": {
    "itemCount": 1
  }
}

Last updated

Was this helpful?