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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0e5937620e772bb278708e2ae96b59cd5c9110e
4
- data.tar.gz: 00367151bbce534e177eac966fd73cf7fe58a214
3
+ metadata.gz: e93163de5928d62ee0d7ad6c3bd4eccfcdb94adf
4
+ data.tar.gz: 78bd4f2bd3a1a99092450278d358fd5def691d85
5
5
  SHA512:
6
- metadata.gz: f3c07b6abc6ae2487771b61462dd4d0e7a1e1ac0cee22bcbefafb1209ed9a8c2d34e1883195df4076e2607cdaa45edeff212321269ad752ba99801f9dd085c48
7
- data.tar.gz: 8427841128494628f51c41cb633a2207ba79ea675b8f283edca318c3c4b9902be9c5fe2783455a7fd4cec53029009e0966ced5078ca90f6b5edcf0c262846d9e
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
@@ -1,3 +1,3 @@
1
1
  module NexmoApiSpecification
2
- VERSION = '0.5.3'.freeze
2
+ VERSION = '0.5.4'.freeze
3
3
  end
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.3
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: 2017-12-20 00:00:00.000000000 Z
11
+ date: 2018-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler