@@ -29,6 +29,26 @@ paths:
29
29
schema :
30
30
$ref : " #/definitions/ProblemJson"
31
31
32
+ " /count " :
33
+ get :
34
+ operationId : count
35
+ summary : Count merchants and discounts to search within
36
+ description : |
37
+ Count merchants and discountsto search within
38
+ responses :
39
+ " 200 " :
40
+ description : Count of merchants/discounts
41
+ schema :
42
+ $ref : " #/definitions/CountResult"
43
+ " 400 " :
44
+ description : Bad request.
45
+ " 401 " :
46
+ description : Login expired.
47
+ " 500 " :
48
+ description : Service unavailable.
49
+ schema :
50
+ $ref : " #/definitions/ProblemJson"
51
+
32
52
" /search " :
33
53
post :
34
54
operationId : search
@@ -172,49 +192,51 @@ definitions:
172
192
ProblemJson :
173
193
$ref : " https://raw.githubusercontent.com/pagopa/io-functions-commons/v21.0.1/openapi/definitions.yaml#/ProblemJson"
174
194
Merchant :
175
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/Merchant"
195
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/Merchant"
176
196
SupportType :
177
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/SupportType"
197
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/SupportType"
178
198
DiscountCodeType :
179
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/DiscountCodeType"
199
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/DiscountCodeType"
180
200
OfflineMerchants :
181
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/OfflineMerchants"
201
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/OfflineMerchants"
182
202
OfflineMerchant :
183
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/OfflineMerchant"
203
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/OfflineMerchant"
184
204
OfflineMerchantSearchRequest :
185
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1/apps/search-func/openapi/index.yaml#/definitions/OfflineMerchantSearchRequest"
205
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0/apps/search-func/openapi/index.yaml#/definitions/OfflineMerchantSearchRequest"
206
+ CountResult :
207
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0/apps/search-func/openapi/index.yaml#/definitions/CountResult"
186
208
SearchResult :
187
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/SearchResult"
209
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/SearchResult"
188
210
SearchItem :
189
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/SearchItem"
211
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/SearchItem"
190
212
OnlineMerchants :
191
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/OnlineMerchants"
213
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/OnlineMerchants"
192
214
OnlineMerchant :
193
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/OnlineMerchant"
215
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/OnlineMerchant"
194
216
SearchRequest :
195
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/SearchRequest"
217
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/SearchRequest"
196
218
OnlineMerchantSearchRequest :
197
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/OnlineMerchantSearchRequest"
219
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/OnlineMerchantSearchRequest"
198
220
Discount :
199
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/Discount"
221
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/Discount"
200
222
ProductCategory :
201
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/ProductCategory"
223
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/ProductCategory"
202
224
Address :
203
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/Address"
225
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/Address"
204
226
Coordinates :
205
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/Coordinates"
227
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/Coordinates"
206
228
BoundingBox :
207
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/BoundingBox"
229
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/BoundingBox"
208
230
DiscountBucketCode :
209
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/DiscountBucketCode"
231
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/DiscountBucketCode"
210
232
PublishedProductCategories :
211
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/PublishedProductCategories"
233
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/PublishedProductCategories"
212
234
PublishedProductCategoriesWithNewDiscountsCount :
213
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/PublishedProductCategoriesWithNewDiscountsCount"
235
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/PublishedProductCategoriesWithNewDiscountsCount"
214
236
PublishedProductCategoriesResult :
215
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/PublishedProductCategoriesResult"
237
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/PublishedProductCategoriesResult"
216
238
ProductCategoryWithNewDiscountsCount :
217
- $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.2.1 /apps/search-func/openapi/index.yaml#/definitions/ProductCategoryWithNewDiscountsCount"
239
+ $ref : " https://raw.githubusercontent.com/pagopa/io-cgn/refs/tags/search-func@3.3.0 /apps/search-func/openapi/index.yaml#/definitions/ProductCategoryWithNewDiscountsCount"
218
240
securityDefinitions :
219
241
Bearer :
220
242
type : apiKey
0 commit comments