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