doc update
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
"description": "API Documentation for Stupid APIs"
|
"description": "API Documentation for Stupid APIs"
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
|
{
|
||||||
|
"url": "/api",
|
||||||
|
"description": "Current host server"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "http://localhost:3000/api",
|
"url": "http://localhost:3000/api",
|
||||||
"description": "Local server"
|
"description": "Local server"
|
||||||
@@ -24,7 +28,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"input": {
|
"input": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {}
|
"items": {},
|
||||||
|
"example": [3, 1, 4, 1, 5, 9]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -63,7 +68,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"input": {
|
"input": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {}
|
"items": {},
|
||||||
|
"example": [3, 1, 4, 1, 5, 9]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user