Skip to content

Commit 0d62bad

Browse files
author
github-actions
committed
Update REST API documentation Sun Mar 9 17:28:50 UTC 2025
1 parent 8806a70 commit 0d62bad

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

restapi.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "phpList4 REST API",
5-
"description": "This bundle provides the REST API for phpList.",
6-
"version": "4.0.0"
4+
"title": "My API Documentation",
5+
"description": "This is the OpenAPI documentation for My API.",
6+
"contact": {
7+
"email": "support@phplist.com"
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"
714
},
815
"servers": [
916
{
@@ -874,4 +881,4 @@
874881
"description": "subscribers"
875882
}
876883
]
877-
}
884+
}

0 commit comments

Comments
 (0)