zernio-sdk 0.0.663 → 0.0.664
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52779046817a6e03a58f2feef7b642c57c8e18cf85caccf526d61ca4c89e5f02
|
|
4
|
+
data.tar.gz: 49f052c889abd82539ed60fa468698a57df23c486b40b3b2ff3eccef3e97b0a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e4d7957811134471e2c3a320dff7fe06942e60473c990c66108093371248e0e8312fbb9f8fcd8a37caf7517cf16b026940ca5a63fec8d0b11c5c51f3f889c87
|
|
7
|
+
data.tar.gz: 9eec360ad936aabac356b3ffdb275773eac1a0a207b8fe2b5edec9762076d38578335387aeb46add4a054ba8e82f720a428334a0d99876ec22a830685831c73c
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -15268,7 +15268,8 @@ paths:
|
|
|
15268
15268
|
'400': { description: Invalid params }
|
|
15269
15269
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
15270
15270
|
'403': { description: BYOK required for AppSumo Twitter }
|
|
15271
|
-
'500': { description:
|
|
15271
|
+
'500': { description: 'Internal error while connecting the account' }
|
|
15272
|
+
'502': { description: 'The platform rejected the token exchange (type: platform_error; an upstream 4xx status is forwarded instead of 502)' }
|
|
15272
15273
|
|
|
15273
15274
|
/v1/connect/{platform}/ads:
|
|
15274
15275
|
get:
|