Skip to content

Commit

Permalink
Merge pull request #510 from MoralisWeb3/add-entity-apis
Browse files Browse the repository at this point in the history
Update configs.json
  • Loading branch information
bharathbabu-moralis committed Sep 20, 2024
2 parents de5d730 + 2b1c4c4 commit 1ac1925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configs/api-reference/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,7 @@
"responses": [
{
"status": "200",
"description": "Returns the entities belonging to the category.",
"description": "Returns the entity categories.",
"body": {
"type": "object",
"fields": [
Expand All @@ -3032,13 +3032,13 @@
"name": "name",
"type": "string",
"description": "The name of the entity",
"example": "Uniswap"
"example": "Centralized Exchange"
},
{
"name": "id",
"type": "string",
"description": "The id of the entity",
"example": "uniswap"
"example": "centralized_exchange"
},
{
"name": "total_entities",
Expand Down

0 comments on commit 1ac1925

Please sign in to comment.