v48

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-208342528.4 KB
Containers

Edit a container

Update a container

patch/containers

Request body

Example request

{
  "data": {
    "attributes": {
      "ref_numbers": [
        "REF-12345"
      ]
    }
  }
}

Response

OK

Example response

{
  "data": {
    "attributes": {
      "fees_at_pod_terminal": [
        {
          "currency_code": "USD"
        }
      ]
    }
  }
}