(docs): fixed errors in api.ts (#311)
This commit is contained in:
parent
a5a51e0749
commit
ac8649430f
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user