-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from capcom6/docs/app-renaming
Fix of legal issues
- Loading branch information
Showing
4 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
], | ||
"swagger": "2.0", | ||
"info": { | ||
"description": "Provides an API for (Android) SMS Gateway", | ||
"title": "SMS Gateway - API", | ||
"description": "This API provides programmatic access to sending SMS messages on Android devices. Features include sending SMS, checking message status, device management, webhook configuration, and system health checks.", | ||
"title": "SMS Gateway for Android™ API", | ||
"contact": { | ||
"name": "Aleksandr Soloshenko", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -321,8 +321,10 @@ info: | |
contact: | ||
email: [email protected] | ||
name: Aleksandr Soloshenko | ||
description: Provides an API for (Android) SMS Gateway | ||
title: SMS Gateway - API | ||
description: This API provides programmatic access to sending SMS messages on Android | ||
devices. Features include sending SMS, checking message status, device management, | ||
webhook configuration, and system health checks. | ||
title: SMS Gateway for Android™ API | ||
version: '{APP_VERSION}' | ||
paths: | ||
/3rdparty/v1/device: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ import ( | |
// @name Authorization | ||
// @description Mobile device token | ||
|
||
// @title SMS Gateway - API | ||
// @title SMS Gateway for Android™ API | ||
// @version {APP_VERSION} | ||
// @description Provides an API for (Android) SMS Gateway | ||
// @description This API provides programmatic access to sending SMS messages on Android devices. Features include sending SMS, checking message status, device management, webhook configuration, and system health checks. | ||
|
||
// @contact.name Aleksandr Soloshenko | ||
// @contact.email [email protected] | ||
|