zernio-sdk 0.0.957 → 0.0.958
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 +5 -0
- 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: 3f2e94a4784beacc5a251940e2c50b2e18f07bf89d47c28569e4c0eaa6552a1c
|
|
4
|
+
data.tar.gz: b0ded66953ed19278fe146f33c209129a16072e6c752b9a47a823c04f362b4f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: caed7ad3c4e3203210f31286414fd8557a2685e677ee4d44e34d45f89dfdddae827828c73c920706b2274aaedf33d61bdfd0492b3b556d64e2dcd2a48197d31f
|
|
7
|
+
data.tar.gz: 8d0f0c827df4fa9ea124bad8fa933668e6420c3553a436bc42f94359b989d34081fa3af4640d8cde0549e4e159439dbfc56e3d8203fc12797bf154189c6d696e
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -33502,6 +33502,11 @@ paths:
|
|
|
33502
33502
|
text: { type: string }
|
|
33503
33503
|
created: { type: string, format: date-time }
|
|
33504
33504
|
platform: { type: string }
|
|
33505
|
+
'400':
|
|
33506
|
+
description: "Facebook refused the reply for this review (code platform_api_error, platform facebook, Meta error 12 echoed in platformError). Permanent for that review: Graph cannot address its underlying post, and it usually already carries a reply from the Page, which the review listing reports under hasReply. Do not retry."
|
|
33507
|
+
content:
|
|
33508
|
+
application/json:
|
|
33509
|
+
schema: { $ref: '#/components/schemas/ErrorResponse' }
|
|
33505
33510
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
33506
33511
|
'403':
|
|
33507
33512
|
description: Inbox addon required
|