Skip to content

Commit

Permalink
update api.raml file
Browse files Browse the repository at this point in the history
  • Loading branch information
rleungx committed Sep 4, 2018
1 parent a6f636c commit 4ee554d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions server/api/api.raml
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,38 @@ types:
description: The input is invalid.
500:
description: PD server failed to proceed the request.
/confver:
get:
description: List regions with the largest conf version.
queryParameters:
limit?:
type: integer
default: 16
responses:
200:
body:
application/json:
type: Regions
400:
description: The input is invalid.
500:
description: PD server failed to proceed the request.
/version:
get:
description: List regions with the largest version.
queryParameters:
limit?:
type: integer
default: 16
responses:
200:
body:
application/json:
type: Regions
400:
description: The input is invalid.
500:
description: PD server failed to proceed the request.
/check/{filter}:
uriParameters:
filter:
Expand Down

0 comments on commit 4ee554d

Please sign in to comment.