Update Unit of Measure

Update a unit of measure by ID.

put
Path parameters
idstringRequired
Body
all ofOptional
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-09-12T22:16:59.990Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "updated": {
      "at": "2025-09-12T22:16:59.990Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "revision": 1,
  "description": "text",
  "statistics": {
    "itemCount": 1
  }
}

Last updated

Was this helpful?