(docs): fixed errors in api.ts (#311)

This commit is contained in:
0xflotus 2020-05-31 09:32:16 +02:00 committed by GitHub
parent a5a51e0749
commit ac8649430f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ export default {
openapi: "3.0.0", openapi: "3.0.0",
info: { info: {
title: "Kutt.it", title: "Kutt.it",
description: "API referrence for [http://kutt.it](http://kutt.it).\n", description: "API reference for [http://kutt.it](http://kutt.it).\n",
version: p.version version: p.version
}, },
servers: [ servers: [
@ -117,7 +117,7 @@ export default {
}, },
responses: { responses: {
"200": { "200": {
description: "Craeted link", description: "Created link",
content: { content: {
"application/json": { "application/json": {
schema: { schema: {