44 lines
829 B
JSON
44 lines
829 B
JSON
{
|
|
"openapi": "3.0.0",
|
|
"info": {
|
|
"version": "1.0.0",
|
|
"title": "#OKi API Dokiman",
|
|
"description": "",
|
|
"termsOfService": null,
|
|
"contact": {
|
|
"name": "#OKi",
|
|
"email": "kontak@o-k-i.net",
|
|
"url": "https://o-k-i.net"
|
|
},
|
|
"license": null
|
|
},
|
|
"x-strapi-config": {
|
|
"path": "/dokiman",
|
|
"showGeneratedFiles": true,
|
|
"pluginsForWhichToGenerateDoc": []
|
|
},
|
|
"servers": [
|
|
{
|
|
"url": "https://api.o-k-i.net",
|
|
"description": "Production server"
|
|
},
|
|
{
|
|
"url": "http://localhost:1337",
|
|
"description": "Development server"
|
|
},
|
|
{
|
|
"url": "http://localhost:1337",
|
|
"description": "Staging server"
|
|
}
|
|
],
|
|
"externalDocs": null,
|
|
"security": [
|
|
{
|
|
"bearerAuth": []
|
|
}
|
|
],
|
|
"paths": {},
|
|
"tags": [],
|
|
"components": {}
|
|
}
|