Skip to content

Commit

Permalink
Update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcoin98 committed Nov 21, 2023
1 parent 2313c47 commit 32786c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/swagger.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
swagger: '2.0'
info:
version: 1.3.3
title: TomoMaster APIs
description: Happy to code TomoMaster APIs
version: 2.0.0
title: VicMaster APIs
description: Happy to code VicMaster APIs
license:
name: Github
url: 'https://github.com/tomochain/tomomaster'
url: 'https://github.com/BuildOnViction/tomomaster'
tags:
- name: Config
description: Get TomoMaster Application Configuration
description: Get VicMaster Application Configuration
- name: Candidates
description: Get Candidates information
- name: Voters
Expand All @@ -20,7 +20,7 @@ tags:
schemes:
- https
- http
host: master.tomochain.com
host: vicmaster.xyz
consumes:
- application/json
produces:
Expand All @@ -30,7 +30,7 @@ paths:
get:
tags:
- Config
summary: Get TomoMaster Application Configuration
summary: Get VicMaster Application Configuration
responses:
'200':
description: OK
Expand Down

0 comments on commit 32786c8

Please sign in to comment.