nexmo_api_specification 0.9.0 → 0.9.1

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: aefbab13195c6b79895844169cec85e7d2c9a6e7
4
- data.tar.gz: 50394de850ac38de8d25d704c303d50e8765b5d9
3
+ metadata.gz: 070aa3791d0f45d344f2b0885d162a434dfd352f
4
+ data.tar.gz: fd123830fc7ddcbb4388ed2c84fb7e781c3cdba7
5
5
  SHA512:
6
- metadata.gz: 4764532cf9fff778a4148f33946dda5bebac58f46605ff3749857e20b1047831640f0f1cd7ab1142798430a97342a91f82f5d1748fa32ae3f12ce94051c06f15
7
- data.tar.gz: d609c765aa82b42e4498f238f9de43d0347b201ac9aebb0d8c00210b37b852231f0ededae84996acabae6ed37e5a171fdce9d31480cf205e0ae0be3c423e1ad8
6
+ metadata.gz: 75388b1d91342a556860c41b0833cd13ff841c05ec2b17fd297ba8fcb24bdcea7bf261c8e73fbc15d75bd41c3e4a4579c9a7268b59979a7051a04c0db1038324
7
+ data.tar.gz: 5708c000d8990677d3ae5d513c05ce3092db6669278d1b0f0fd6075f4626a8fdc462fbe24581cae38ec2349e2d768e6dc64e4f7c6a3abefed005efdcb65fc2a8
@@ -965,7 +965,7 @@ components:
965
965
  5 | Internal Error - the format of the recipient address is not valid.
966
966
  9 | Partner quota exceeded - your Nexmo account does not have sufficient credit to process this request.
967
967
 
968
- ## Standard and Advanced only
968
+ #### Standard and Advanced only
969
969
 
970
970
  Code | Text
971
971
  -- | --
@@ -974,12 +974,12 @@ components:
974
974
  999 | Request unparseable.
975
975
  securitySchemes:
976
976
  apiKey:
977
- type: apiKey
977
+ type: string
978
978
  name: api_key
979
979
  in: query
980
980
  description: 'You can find your API key in your [account overview](https://dashboard.nexmo.com/account-overview)'
981
981
  apiSecret:
982
- type: apiKey
982
+ type: string
983
983
  name: api_secret
984
984
  in: query
985
985
  description: 'You can find your API secret in your [account overview](https://dashboard.nexmo.com/account-overview)'
@@ -1,3 +1,3 @@
1
1
  module NexmoApiSpecification
2
- VERSION = '0.9.0'.freeze
2
+ VERSION = '0.9.1'.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.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Butler