remove refill_gas and ping

This commit is contained in:
William Luke
2021-12-08 14:32:56 +03:00
parent 535deb9974
commit 8d778cff2c
2 changed files with 8 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ info:
email: will@grassecon.org
license:
name: GPLv3
version: 0.1.0
version: 0.0.1
servers:
- url: /
paths:
@@ -81,26 +81,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Token"
/refill_gas:
post:
tags:
- Account
description: Creates a new gas refill transaction with the registered gas provider address.
operationId: post_refill_gas
parameters:
- name: address
in: query
required: true
schema:
type: string
example: "0xe88ba386f0efc7117e8d0d17a750fce492516ecb"
responses:
"200":
description: OK.
content:
application/json:
schema:
$ref: "#/components/schemas/Token"
/default_token:
get:
tags: