From 93f2471d5ca3394d7198883b3d8ddc2312423a38 Mon Sep 17 00:00:00 2001 From: Mia Miu Date: Sun, 2 Aug 2026 19:59:23 +1200 Subject: [PATCH] docs: add missing asset description field --- xero_assets.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xero_assets.yaml b/xero_assets.yaml index af21b16ff..b081e32fb 100644 --- a/xero_assets.yaml +++ b/xero_assets.yaml @@ -316,6 +316,7 @@ paths: assetId: 68f17094-af97-4f1b-b36b-013b45b6ad3c assetName: Computer47822 assetNumber: "123478074" + description: CAD workstation assigned to the design team purchaseDate: 2020-01-01T00:00:00 purchasePrice: 100.0000 disposalPrice: 23.0000 @@ -661,6 +662,10 @@ components: type: string description: Must be unique. example: FA-0013 + description: + type: string + description: The asset description. This may be null in collection responses and populated when retrieving a single asset. + example: Delivery van used for regional shipments purchaseDate: type: string format: date