Config API documentation
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user