Skip to content

Commit 58e0771

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent 6bf90bd commit 58e0771

File tree

6 files changed

+50
-0
lines changed

6 files changed

+50
-0
lines changed

bruno/api/Project/In-store/Product-projections/ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet.bru

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ query {
2020
~priceChannel:
2121
~priceRecurrencePolicy:
2222
~localeProjection:
23+
~filter[attributes]:
2324
~expand:
2425
}
2526

bruno/api/Project/In-store/Product-projections/ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.bru

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ query {
2020
~priceChannel:
2121
~priceRecurrencePolicy:
2222
~localeProjection:
23+
~filter[attributes]:
2324
~expand:
2425
}
2526

bruno/api/Project/Product-projections/ByProjectKeyProductProjectionsByIDGet.bru

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ query {
2121
~priceRecurrencePolicy:
2222
~localeProjection:
2323
~storeProjection:
24+
~filter[attributes]:
2425
~expand:
2526
}
2627

bruno/api/Project/Product-projections/ByProjectKeyProductProjectionsGet.bru

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ query {
2121
~priceRecurrencePolicy:
2222
~localeProjection:
2323
~storeProjection:
24+
~filter[attributes]:
2425
~expand:
2526
~sort:
2627
~limit:

bruno/api/Project/Product-projections/ByProjectKeyProductProjectionsKeyByKeyGet.bru

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ query {
2121
~priceRecurrencePolicy:
2222
~localeProjection:
2323
~storeProjection:
24+
~filter[attributes]:
2425
~expand:
2526
}
2627

oas/api/openapi.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17459,6 +17459,15 @@ paths:
1745917459
items:
1746017460
$ref: '#/components/schemas/Locale'
1746117461
explode: true
17462+
- name: filter[attributes]
17463+
in: query
17464+
required: false
17465+
style: form
17466+
schema:
17467+
type: "array"
17468+
items:
17469+
type: "string"
17470+
explode: true
1746217471
- name: expand
1746317472
in: query
1746417473
required: false
@@ -17611,6 +17620,15 @@ paths:
1761117620
items:
1761217621
$ref: '#/components/schemas/Locale'
1761317622
explode: true
17623+
- name: filter[attributes]
17624+
in: query
17625+
required: false
17626+
style: form
17627+
schema:
17628+
type: "array"
17629+
items:
17630+
type: "string"
17631+
explode: true
1761417632
- name: expand
1761517633
in: query
1761617634
required: false
@@ -28280,6 +28298,15 @@ paths:
2828028298
schema:
2828128299
type: "string"
2828228300
explode: true
28301+
- name: filter[attributes]
28302+
in: query
28303+
required: false
28304+
style: form
28305+
schema:
28306+
type: "array"
28307+
items:
28308+
type: "string"
28309+
explode: true
2828328310
- name: expand
2828428311
in: query
2828528312
required: false
@@ -28493,6 +28520,15 @@ paths:
2849328520
schema:
2849428521
type: "string"
2849528522
explode: true
28523+
- name: filter[attributes]
28524+
in: query
28525+
required: false
28526+
style: form
28527+
schema:
28528+
type: "array"
28529+
items:
28530+
type: "string"
28531+
explode: true
2849628532
- name: expand
2849728533
in: query
2849828534
required: false
@@ -28967,6 +29003,15 @@ paths:
2896729003
schema:
2896829004
type: "string"
2896929005
explode: true
29006+
- name: filter[attributes]
29007+
in: query
29008+
required: false
29009+
style: form
29010+
schema:
29011+
type: "array"
29012+
items:
29013+
type: "string"
29014+
explode: true
2897029015
- name: expand
2897129016
in: query
2897229017
required: false

0 commit comments

Comments
 (0)