mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2024-11-22 06:16:45 +01:00
30 lines
728 B
YAML
30 lines
728 B
YAML
basePath: /api
|
|
info:
|
|
contact:
|
|
email: devops@grassecon.org
|
|
name: API Support
|
|
url: https://grassecon.org/pages/contact-us
|
|
description: Interact with CIC Custodial API
|
|
license:
|
|
name: AGPL-3.0
|
|
url: https://www.gnu.org/licenses/agpl-3.0.en.html
|
|
termsOfService: https://grassecon.org/pages/terms-and-conditions.html
|
|
title: CIC Custodial API
|
|
version: "1.0"
|
|
paths:
|
|
/:
|
|
post:
|
|
consumes:
|
|
- '*/*'
|
|
description: Create a new custodial account.
|
|
produces:
|
|
- application/json
|
|
responses:
|
|
"200":
|
|
description: OK
|
|
schema:
|
|
additionalProperties: true
|
|
type: object
|
|
summary: Create a new custodial account.
|
|
swagger: "2.0"
|