nexmo_api_specification 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/definitions/sms.yml +3 -0
- data/lib/nexmo_api_specification/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e93163de5928d62ee0d7ad6c3bd4eccfcdb94adf
|
4
|
+
data.tar.gz: 78bd4f2bd3a1a99092450278d358fd5def691d85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6d167234ab3f77ed0d92a93584b4793b9fbfbd2a20db8830751212432781c5d1801299ca4dd73f212844075046728d3fb36c270dd3e592706385f857a27a2a4
|
7
|
+
data.tar.gz: 4463662a65d874cb8a2ecb561c71e6038f10616ffe249345c4465204fa412cac2e65eaad48d0a9acfc133fda879ea1f4a44bdd2098d533f604b72723b2b2d1dc
|
data/definitions/sms.yml
CHANGED
@@ -9,6 +9,7 @@ paths:
|
|
9
9
|
/sms/{format}:
|
10
10
|
post:
|
11
11
|
x-group: sms
|
12
|
+
operationId: send-an-sms
|
12
13
|
summary: Send an SMS
|
13
14
|
description: Send an outbound SMS from your Nexmo account
|
14
15
|
x-code-example-path: messaging.sms.send
|
@@ -68,6 +69,8 @@ paths:
|
|
68
69
|
'{$request.body#/callback}':
|
69
70
|
post:
|
70
71
|
summary: Delivery Receipt
|
72
|
+
operationId: delivery-receipt
|
73
|
+
x-example-path: '/webhooks/delivery-receipt'
|
71
74
|
description: The following are parameters sent in as a [delivery receipt](/messaging/sms/guides/delivery-receipts) callback. You can subscribe to [webhooks](/concepts/guides/webhooks) to receive notification when the delivery status of an SMS that you have sent with Nexmo changes.
|
72
75
|
requestBody:
|
73
76
|
required: true
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nexmo_api_specification
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Butler
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|