doc update
All checks were successful
Build and Deploy / build (push) Successful in 20s
Build and Deploy / deploy (push) Successful in 25s

This commit is contained in:
Maximilian Baum
2026-04-02 10:06:02 +02:00
parent 9228ebbe5b
commit 1924b1d262

View File

@@ -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]
} }
} }
} }