fix: #289 Corrects the asset ID to always be correct for the description data. (#351)

This commit is contained in:
Matt Kilgore
2024-11-29 13:18:20 -05:00
committed by GitHub
parent 19ccfee083
commit 5e81e60106
7 changed files with 27 additions and 7 deletions

View File

@@ -2286,6 +2286,10 @@ const docTemplate = `{
"archived": {
"type": "boolean"
},
"assetId": {
"type": "string",
"example": "0"
},
"createdAt": {
"type": "string"
},