Skip to content

Commit 1ae1341

Browse files
committed
small fix
1 parent 27d1202 commit 1ae1341

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

defillama-openapi-pro.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4134,8 +4134,8 @@
41344134
"description": "Set to \"tokens\" to return values denominated in raw token amounts instead of USD",
41354135
"schema": {
41364136
"type": "string",
4137-
"enum": ["tokens"],
4138-
"example": "tokens"
4137+
"enum": ["usd", "token", "raw"],
4138+
"example": "usd"
41394139
}
41404140
}
41414141
],

0 commit comments

Comments
 (0)