Skip to content

Commit

Permalink
public-api: fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
tidb-cloud-data-service[bot] authored Aug 9, 2023
1 parent fc5c1b9 commit 0d46805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/public_api/http_endpoints/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,14 +411,14 @@
"name": "language",
"type": "string",
"required": 0,
"default": "",
"default": "All",
"description": ""
},
{
"name": "period",
"type": "string",
"required": 0,
"default": "",
"default": "past_24_hours",
"description": ""
}
],
Expand Down

0 comments on commit 0d46805

Please sign in to comment.