zernio-sdk 0.0.546 → 0.0.547
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 +6 -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: 44bffbb34950b03579ca61b16276d7a4faf27f455468eda61b596e7405742d50
|
|
4
|
+
data.tar.gz: 417ccaabd3323001f79a82afc9d3eb9a1a3c3316d14025aff1b9fbca6d824bd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 574225173cfe39525d27d69990c7147046c4492d66343fda28c276f7b90d2ab3cc8efc2ae59a632f3e7b033525aa2177e9273f35eab157797714b811b13bc435
|
|
7
|
+
data.tar.gz: 6cb543165a29b49bc4427e7cb06452b7100705df905b6616fb4e33cb54b3e86ef04c1c3f28d4e87e974d9d730379582646d8a88d36882f8fdc779f8bfc06898d
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -13231,6 +13231,7 @@ paths:
|
|
|
13231
13231
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
13232
13232
|
'402': { $ref: '#/components/responses/PaymentRequired' }
|
|
13233
13233
|
'403': { description: Profile limit exceeded }
|
|
13234
|
+
'409': { description: "A profile with this name already exists (code: profile_name_conflict)." }
|
|
13234
13235
|
/v1/profiles/{profileId}:
|
|
13235
13236
|
get:
|
|
13236
13237
|
operationId: getProfile
|
|
@@ -13305,6 +13306,7 @@ paths:
|
|
|
13305
13306
|
'400': { description: Invalid request }
|
|
13306
13307
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
13307
13308
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
13309
|
+
'409': { description: "A profile with this name already exists (code: profile_name_conflict)." }
|
|
13308
13310
|
delete:
|
|
13309
13311
|
operationId: deleteProfile
|
|
13310
13312
|
tags: [Profiles]
|
|
@@ -33214,6 +33216,7 @@ paths:
|
|
|
33214
33216
|
pagination: { $ref: '#/components/schemas/Pagination' }
|
|
33215
33217
|
'202':
|
|
33216
33218
|
description: "Part of the requested date range predates the ingested history; a background backfill job has been queued. The body has the same shape as the 200 response, carries the currently-available data, and includes `backfillPending: true`. A `Retry-After` header carries the recommended poll interval in seconds. Allow the job a short time to run (typically 1-3 minutes) and submit the request again; once ingestion completes the same request returns 200 with the full range."
|
|
33219
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
33217
33220
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
33218
33221
|
'403':
|
|
33219
33222
|
description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
|
|
@@ -37165,6 +37168,7 @@ paths:
|
|
|
37165
37168
|
name: { type: string }
|
|
37166
37169
|
vertical: { type: [string, "null"], description: "Catalog vertical (e.g. commerce, vehicles, hotels)" }
|
|
37167
37170
|
productCount: { type: integer }
|
|
37171
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37168
37172
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37169
37173
|
'403':
|
|
37170
37174
|
description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
|
|
@@ -37195,6 +37199,7 @@ paths:
|
|
|
37195
37199
|
id: { type: string }
|
|
37196
37200
|
name: { type: string }
|
|
37197
37201
|
productCount: { type: integer }
|
|
37202
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37198
37203
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37199
37204
|
'403':
|
|
37200
37205
|
description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
|
|
@@ -37574,6 +37579,7 @@ paths:
|
|
|
37574
37579
|
identifier: { type: string }
|
|
37575
37580
|
coveragePercentage: { type: number }
|
|
37576
37581
|
eventCoveragePercentage: { type: number, description: "Pixel↔CAPI coverage rate for this event." }
|
|
37582
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37577
37583
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37578
37584
|
'405': { description: "Platform does not expose Event Match Quality (non-Meta)." }
|
|
37579
37585
|
/v1/ads/conversions:
|