Skip to content

Commit a629a3d

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent 7e0d07d commit a629a3d

File tree

6 files changed

+47
-47
lines changed

6 files changed

+47
-47
lines changed

bruno/api/Project/Product-selections/Products/ByProjectKeyProductSelectionsByIDProductsGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ get {
1313

1414
query {
1515
~where:
16+
~withTotal:
1617
~expand:
1718
~limit:
1819
~offset:
19-
~withTotal:
2020
~sort:
2121
}
2222

bruno/api/Project/Product-selections/Products/ByProjectKeyProductSelectionsKeyByKeyProductsGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ get {
1313

1414
query {
1515
~where:
16+
~withTotal:
1617
~expand:
1718
~limit:
1819
~offset:
19-
~withTotal:
2020
~sort:
2121
}
2222

bruno/api/Project/Product-tailoring/ByProjectKeyProductTailoringGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ get {
1212

1313

1414
query {
15+
~withTotal:
1516
~expand:
1617
~sort:
1718
~limit:
1819
~offset:
19-
~withTotal:
2020
~where:
2121
~/^var[.][a-zA-Z0-9]+$/:
2222
}

bruno/api/Project/Products/Product-selections/ByProjectKeyProductsByIDProductSelectionsGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ get {
1212

1313

1414
query {
15+
~withTotal:
1516
~expand:
1617
~sort:
1718
~limit:
1819
~offset:
19-
~withTotal:
2020
~where:
2121
~/^var[.][a-zA-Z0-9]+$/:
2222
}

bruno/api/Project/Products/Product-selections/ByProjectKeyProductsKeyByKeyProductSelectionsGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ get {
1212

1313

1414
query {
15+
~withTotal:
1516
~expand:
1617
~sort:
1718
~limit:
1819
~offset:
19-
~withTotal:
2020
~where:
2121
~/^var[.][a-zA-Z0-9]+$/:
2222
}

oas/api/openapi.yaml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -17100,7 +17100,7 @@ paths:
1710017100
format: "double"
1710117101
explode: true
1710217102
- name: withTotal
17103-
x-annotation-default: true
17103+
x-annotation-default: false
1710417104
in: query
1710517105
required: false
1710617106
style: form
@@ -17198,7 +17198,7 @@ paths:
1719817198
format: "double"
1719917199
explode: true
1720017200
- name: withTotal
17201-
x-annotation-default: true
17201+
x-annotation-default: false
1720217202
in: query
1720317203
required: false
1720417204
style: form
@@ -28177,6 +28177,14 @@ paths:
2817728177
items:
2817828178
$ref: '#/components/schemas/QueryPredicate'
2817928179
explode: true
28180+
- name: withTotal
28181+
x-annotation-default: false
28182+
in: query
28183+
required: false
28184+
style: form
28185+
schema:
28186+
type: "boolean"
28187+
explode: true
2818028188
- name: expand
2818128189
in: query
2818228190
required: false
@@ -28204,14 +28212,6 @@ paths:
2820428212
type: "number"
2820528213
format: "double"
2820628214
explode: true
28207-
- name: withTotal
28208-
x-annotation-default: true
28209-
in: query
28210-
required: false
28211-
style: form
28212-
schema:
28213-
type: "boolean"
28214-
explode: true
2821528215
- name: sort
2821628216
in: query
2821728217
required: false
@@ -28444,6 +28444,14 @@ paths:
2844428444
items:
2844528445
$ref: '#/components/schemas/QueryPredicate'
2844628446
explode: true
28447+
- name: withTotal
28448+
x-annotation-default: false
28449+
in: query
28450+
required: false
28451+
style: form
28452+
schema:
28453+
type: "boolean"
28454+
explode: true
2844728455
- name: expand
2844828456
in: query
2844928457
required: false
@@ -28471,14 +28479,6 @@ paths:
2847128479
type: "number"
2847228480
format: "double"
2847328481
explode: true
28474-
- name: withTotal
28475-
x-annotation-default: true
28476-
in: query
28477-
required: false
28478-
style: form
28479-
schema:
28480-
type: "boolean"
28481-
explode: true
2848228482
- name: sort
2848328483
in: query
2848428484
required: false
@@ -28526,6 +28526,14 @@ paths:
2852628526
- "view_products:{projectKey}"
2852728527
operationId: ByProjectKeyProductTailoringGet
2852828528
parameters:
28529+
- name: withTotal
28530+
x-annotation-default: false
28531+
in: query
28532+
required: false
28533+
style: form
28534+
schema:
28535+
type: "boolean"
28536+
explode: true
2852928537
- name: expand
2853028538
in: query
2853128539
required: false
@@ -28562,14 +28570,6 @@ paths:
2856228570
type: "number"
2856328571
format: "double"
2856428572
explode: true
28565-
- name: withTotal
28566-
x-annotation-default: true
28567-
in: query
28568-
required: false
28569-
style: form
28570-
schema:
28571-
type: "boolean"
28572-
explode: true
2857328573
- name: where
2857428574
in: query
2857528575
required: false
@@ -30071,6 +30071,14 @@ paths:
3007130071
- "view_product_selections:{projectKey}"
3007230072
operationId: ByProjectKeyProductsKeyByKeyProductSelectionsGet
3007330073
parameters:
30074+
- name: withTotal
30075+
x-annotation-default: false
30076+
in: query
30077+
required: false
30078+
style: form
30079+
schema:
30080+
type: "boolean"
30081+
explode: true
3007430082
- name: expand
3007530083
in: query
3007630084
required: false
@@ -30107,14 +30115,6 @@ paths:
3010730115
type: "number"
3010830116
format: "double"
3010930117
explode: true
30110-
- name: withTotal
30111-
x-annotation-default: true
30112-
in: query
30113-
required: false
30114-
style: form
30115-
schema:
30116-
type: "boolean"
30117-
explode: true
3011830118
- name: where
3011930119
in: query
3012030120
required: false
@@ -30592,6 +30592,14 @@ paths:
3059230592
- "view_product_selections:{projectKey}"
3059330593
operationId: ByProjectKeyProductsByIDProductSelectionsGet
3059430594
parameters:
30595+
- name: withTotal
30596+
x-annotation-default: false
30597+
in: query
30598+
required: false
30599+
style: form
30600+
schema:
30601+
type: "boolean"
30602+
explode: true
3059530603
- name: expand
3059630604
in: query
3059730605
required: false
@@ -30628,14 +30636,6 @@ paths:
3062830636
type: "number"
3062930637
format: "double"
3063030638
explode: true
30631-
- name: withTotal
30632-
x-annotation-default: true
30633-
in: query
30634-
required: false
30635-
style: form
30636-
schema:
30637-
type: "boolean"
30638-
explode: true
3063930639
- name: where
3064030640
in: query
3064130641
required: false

0 commit comments

Comments
 (0)