nexmo_api_specification 0.8.0 → 0.9.0

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: 57c8372d49a0600ba11950ec4ddfabe67ba21d1e
4
- data.tar.gz: 045e0b501a1673c7b1636757e1de9006223569d4
3
+ metadata.gz: aefbab13195c6b79895844169cec85e7d2c9a6e7
4
+ data.tar.gz: 50394de850ac38de8d25d704c303d50e8765b5d9
5
5
  SHA512:
6
- metadata.gz: '086067b66fb035103886cc8775a4e22556304746a3acce221e060c9a2bd4f9aeb740ed52bec2b29de133cb254c7c649d717a377289867e72d51b0bf1888f3866'
7
- data.tar.gz: 458d0d8b2941039dd93044b7e6f443fd036ead54108c260743bcde353f530d49d22cce93d246856295705b7c53a99d4125f8929afc41e8c4e82bd362903c44db
6
+ metadata.gz: 4764532cf9fff778a4148f33946dda5bebac58f46605ff3749857e20b1047831640f0f1cd7ab1142798430a97342a91f82f5d1748fa32ae3f12ce94051c06f15
7
+ data.tar.gz: d609c765aa82b42e4498f238f9de43d0347b201ac9aebb0d8c00210b37b852231f0ededae84996acabae6ed37e5a171fdce9d31480cf205e0ae0be3c423e1ad8
@@ -356,7 +356,8 @@ x-groups:
356
356
  description: >-
357
357
  A conversation is a shared core component that Nexmo APIs rely on. Conversations happen over multiple mediums and and can have associated Users through Memberships.
358
358
  schema:
359
- $ref: '#/components/schemas/ConversationFull'
359
+ application/json:
360
+ $ref: '#/components/schemas/ConversationFull'
360
361
  user:
361
362
  name: "User"
362
363
  order: 2
data/definitions/sms.yml CHANGED
@@ -405,4 +405,5 @@ x-groups:
405
405
  order: 1
406
406
  description: The SMS object contains information about the request and details of the message information.
407
407
  schema:
408
- $ref: '#/components/schemas/SMS'
408
+ application/json:
409
+ $ref: '#/components/schemas/SMS'
@@ -1,3 +1,3 @@
1
1
  module NexmoApiSpecification
2
- VERSION = '0.8.0'.freeze
2
+ VERSION = '0.9.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexmo_api_specification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Butler