fix(openapi): moved write-api to public/openapi
parent
3072de4812
commit
49994f3a15
@ -1,13 +1,12 @@
|
||||
openapi: 3.0.0
|
||||
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
|
||||
title: Read/Write API
|
||||
title: Write API
|
||||
contact:
|
||||
email: support@nodebb.org
|
||||
license:
|
||||
name: MIT
|
||||
url: 'https://opensource.org/licenses/MIT'
|
||||
name: GPL-3.0
|
||||
servers:
|
||||
- url: /api/v1
|
||||
tags:
|
Loading…
Reference in New Issue