Skip to content

Commit

Permalink
[docs] fix API docs tags and version
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Mar 5, 2024
1 parent dd1808e commit 55ae503
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/api/swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.0",
"info": {
"version": "1.8.0",
"version": "1.9.0",
"title": "Android SMS Gateway - Integration API",
"description": "Provides the ability to send SMS by sending requests directly to the device or through a cloud server.",
"contact": {
Expand Down Expand Up @@ -124,6 +124,9 @@
},
"/device": {
"get": {
"tags": [
"Devices"
],
"summary": "Get devices",
"description": "Returns a list of registered devices in the account",
"operationId": "get-device",
Expand Down Expand Up @@ -161,6 +164,9 @@
}
},
"tags": [
{
"name": "Devices"
},
{
"name": "Messages"
}
Expand Down

0 comments on commit 55ae503

Please sign in to comment.