We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8806a70 commit 0d62badCopy full SHA for 0d62bad
restapi.json
@@ -1,9 +1,16 @@
1
{
2
"openapi": "3.0.0",
3
"info": {
4
- "title": "phpList4 REST API",
5
- "description": "This bundle provides the REST API for phpList.",
6
- "version": "4.0.0"
+ "title": "My API Documentation",
+ "description": "This is the OpenAPI documentation for My API.",
+ "contact": {
7
+ "email": "[email protected]"
8
+ },
9
+ "license": {
10
+ "name": "AGPL-3.0-or-later",
11
+ "url": "https://www.gnu.org/licenses/agpl.txt"
12
13
+ "version": "1.0.0"
14
},
15
"servers": [
16
@@ -874,4 +881,4 @@
874
881
"description": "subscribers"
875
882
}
876
883
]
877
-}
884
+}
0 commit comments