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 +4 -4
- data/definitions/number-insight.yml +3 -3
- data/lib/nexmo_api_specification/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 070aa3791d0f45d344f2b0885d162a434dfd352f
|
4
|
+
data.tar.gz: fd123830fc7ddcbb4388ed2c84fb7e781c3cdba7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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:
|
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:
|
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)'
|