nexmo_api_specification 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nexmo_api_specification/version.rb +1 -1
- data/sms.yml +2 -0
- 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: 896ecc8a3ed08e9c7be61a88c7b62a5cb6c0e84d
|
4
|
+
data.tar.gz: 37d4a462fa8e0eaa0054a367636766ffa5b2970f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2571cc0d097b21cbd8bca7718f10d4d814fc3b40be76f42659532cbb667df3b38e59464698f991901da68398f9d10034e9684441af08080ae281226102db884b
|
7
|
+
data.tar.gz: 773e2da6e9e8a38c11d17b01bc8f7f438a903dc12a6ccfcc7e3459f0df05dfc8cd538bcada8013850f4a8a8386d6f5910040c80fef1b2c2029e7344513e94418
|
data/sms.yml
CHANGED
@@ -270,6 +270,8 @@ components:
|
|
270
270
|
example: 2001011400
|
271
271
|
err-code:
|
272
272
|
type: string
|
273
|
+
description: The status of the request. Will be a non `0` value if there has been an error. You can see error codes below.
|
274
|
+
example: '0'
|
273
275
|
message-timestamp:
|
274
276
|
description: The time when Nexmo started to push this Delivery Receipt to your webhook endpoint.
|
275
277
|
type: string
|