late-sdk 0.0.746 → 0.0.747
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/docs/GMBReviewsApi.md +1 -1
- data/lib/zernio-sdk/api/gmb_reviews_api.rb +2 -2
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +2 -0
- data/spec/api/gmb_reviews_api_spec.rb +1 -1
- data/zernio-sdk-0.0.747.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.746.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d3249f55f4982b8d9f1c58f1a865de2af97f0fe9a97409b8a44b6253fc6f66d
|
|
4
|
+
data.tar.gz: 00f3ddaebdc1ed912f42caa5fd250ff36ef14e7d402095293dc3f6efc918b8f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a297c58b4de81889f966959c71a61d0968538a03e3e8160054a1db726d56dbbd53097f9b9f1fbd3348f6c1e6734796c972a2b96ed7c8ade546cec865819a9ef2
|
|
7
|
+
data.tar.gz: 61ff8275dbfd7c6cd59bd4ce109bee7942d94cfdd27978c4089c5f133834042926c2e170329fe23f7a0b8b3e4dac385c64b5596938e780b7346e7fdd43393919
|
data/docs/GMBReviewsApi.md
CHANGED
|
@@ -235,7 +235,7 @@ end
|
|
|
235
235
|
|
|
236
236
|
Reply to a review
|
|
237
237
|
|
|
238
|
-
Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
238
|
+
Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side). Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI. Read the review before retrying if a human may have answered it.
|
|
239
239
|
|
|
240
240
|
### Examples
|
|
241
241
|
|
|
@@ -243,7 +243,7 @@ module Zernio
|
|
|
243
243
|
end
|
|
244
244
|
|
|
245
245
|
# Reply to a review
|
|
246
|
-
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
246
|
+
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side). Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI. Read the review before retrying if a human may have answered it.
|
|
247
247
|
# @param account_id [String] The Zernio account ID (from /v1/accounts)
|
|
248
248
|
# @param review_id [String] The review ID portion (e.g. \"AIe9_BGx1234567890\"), not the full resource name
|
|
249
249
|
# @param reply_to_google_business_review_request [ReplyToGoogleBusinessReviewRequest]
|
|
@@ -255,7 +255,7 @@ module Zernio
|
|
|
255
255
|
end
|
|
256
256
|
|
|
257
257
|
# Reply to a review
|
|
258
|
-
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
258
|
+
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side). Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI. Read the review before retrying if a human may have answered it.
|
|
259
259
|
# @param account_id [String] The Zernio account ID (from /v1/accounts)
|
|
260
260
|
# @param review_id [String] The review ID portion (e.g. \"AIe9_BGx1234567890\"), not the full resource name
|
|
261
261
|
# @param reply_to_google_business_review_request [ReplyToGoogleBusinessReviewRequest]
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -19755,6 +19755,8 @@ paths:
|
|
|
19755
19755
|
Posts (or updates) the business owner reply to a Google Business review.
|
|
19756
19756
|
The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations).
|
|
19757
19757
|
Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
19758
|
+
Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI.
|
|
19759
|
+
Read the review before retrying if a human may have answered it.
|
|
19758
19760
|
parameters:
|
|
19759
19761
|
- name: accountId
|
|
19760
19762
|
in: path
|
|
@@ -75,7 +75,7 @@ describe 'GMBReviewsApi' do
|
|
|
75
75
|
|
|
76
76
|
# unit tests for reply_to_google_business_review
|
|
77
77
|
# Reply to a review
|
|
78
|
-
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
78
|
+
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side). Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI. Read the review before retrying if a human may have answered it.
|
|
79
79
|
# @param account_id The Zernio account ID (from /v1/accounts)
|
|
80
80
|
# @param review_id The review ID portion (e.g. \"AIe9_BGx1234567890\"), not the full resource name
|
|
81
81
|
# @param reply_to_google_business_review_request
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: late-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.747
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -5422,7 +5422,7 @@ files:
|
|
|
5422
5422
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
5423
5423
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
5424
5424
|
- spec/spec_helper.rb
|
|
5425
|
-
- zernio-sdk-0.0.
|
|
5425
|
+
- zernio-sdk-0.0.747.gem
|
|
5426
5426
|
- zernio-sdk.gemspec
|
|
5427
5427
|
homepage: https://openapi-generator.tech
|
|
5428
5428
|
licenses:
|
data/zernio-sdk-0.0.746.gem
DELETED
|
Binary file
|