fix(openapi): moved write-api to public/openapi
parent
3072de4812
commit
49994f3a15
@ -1,13 +1,12 @@
|
|||||||
openapi: 3.0.0
|
openapi: 3.0.0
|
||||||
info:
|
info:
|
||||||
description: 'Standard, out-of-the-box read & write API for NodeBB v2.0+'
|
description: 'Write API for NodeBB v2.0+'
|
||||||
version: 31-03-2020
|
version: 31-03-2020
|
||||||
title: Read/Write API
|
title: Write API
|
||||||
contact:
|
contact:
|
||||||
email: support@nodebb.org
|
email: support@nodebb.org
|
||||||
license:
|
license:
|
||||||
name: MIT
|
name: GPL-3.0
|
||||||
url: 'https://opensource.org/licenses/MIT'
|
|
||||||
servers:
|
servers:
|
||||||
- url: /api/v1
|
- url: /api/v1
|
||||||
tags:
|
tags:
|
Loading…
Reference in New Issue