|
@@ -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: {
|