Chatwoot/swagger/index.yml

25 lines
530 B
YAML
Raw Normal View History

2020-02-23 07:24:29 +00:00
swagger: 2.0
info:
2020-03-11 10:49:13 +00:00
description: This is the API documentation for Chatwoot server.
2020-02-23 07:24:29 +00:00
version: 1.0.0
title: Chatwoot
termsOfService: https://www.chatwoot.com/terms-of-service/
contact:
email: support@chatwoot.com
license:
name: MIT License
url: https://opensource.org/licenses/MIT
2020-03-11 10:49:13 +00:00
host: app.chatwoot.com
basePath: /api/v1/
schemes:
- https
produces:
- application/json; charset=utf-8
consumes:
- application/json; charset=utf-8
2020-02-23 07:24:29 +00:00
paths:
$ref: ./paths/index.yml
definitions:
$ref: ./definitions/index.yml