Skip to content

Commit 557ec2c

Browse files
committed
*.raml: Minimal fixes to avoid critical errors while raml2html
1 parent 243554a commit 557ec2c

10 files changed

+38
-10
lines changed

docs/api/rest_api/rest_api_reference/input/ez-product-attributegroups.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ post:
145145
responses:
146146
200:
147147
body:
148-
application/vnd.ibexa.api.AttributeGroupView+json;
148+
application/vnd.ibexa.api.AttributeGroupView+json:
149149
type: AttributeGroupView
150150
example: !include examples/product/catalog/attribute_groups/POST/AttributeGroupView.json.example
151151
400:

docs/api/rest_api/rest_api_reference/input/ez-product-attributes.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ get:
145145
responses:
146146
200:
147147
body:
148-
application/vnd.ibexa.api.AttributeView+json;
148+
application/vnd.ibexa.api.AttributeView+json:
149149
type: AttributeView
150150
example: !include examples/product/catalog/attributes/POST/AttributeView.json.example
151151
400:

docs/api/rest_api/rest_api_reference/input/ez-product-catalogs.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ post:
142142
responses:
143143
200:
144144
body:
145-
application/vnd.ibexa.api.CatalogView+json;
145+
application/vnd.ibexa.api.CatalogView+json:
146146
type: ProductView
147147
example: !include examples/product/catalog/catalog/POST/CatalogView.json.example
148148
400:
@@ -170,7 +170,7 @@ post:
170170
responses:
171171
200:
172172
body:
173-
application/vnd.ibexa.api.ProductView+json;
173+
application/vnd.ibexa.api.ProductView+json:
174174
type: ProductView
175175
example: !include examples/product/catalog/catalog/POST/CatalogProductsView.json.example
176176
400:

docs/api/rest_api/rest_api_reference/input/ez-product-currency.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ get:
128128
responses:
129129
200:
130130
body:
131-
application/vnd.ibexa.api.CurrencyView+json;
131+
application/vnd.ibexa.api.CurrencyView+json:
132132
type: CurrencyView
133133
example: !include examples/product/catalog/currency/POST/CurrencyView.json.example
134134
400:

docs/api/rest_api/rest_api_reference/input/ez-product-customergroups.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ post:
125125
responses:
126126
200:
127127
body:
128-
application/vnd.ibexa.api.CustomerGroupView+json;
128+
application/vnd.ibexa.api.CustomerGroupView+json:
129129
type: CustomerGroupView
130130
example: !include examples/product/catalog/customer_groups/POST/CustomerGroupView.json.example
131131
400:

docs/api/rest_api/rest_api_reference/input/ez-product-products.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ get:
141141
responses:
142142
200:
143143
body:
144-
application/vnd.ibexa.api.ProductView+json;
144+
application/vnd.ibexa.api.ProductView+json:
145145
type: ProductView
146146
example: !include examples/product/catalog/product/POST/ProductView.json.example
147147
400:

docs/api/rest_api/rest_api_reference/input/ez-product-producttypes.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ get:
143143
responses:
144144
200:
145145
body:
146-
application/vnd.ibexa.api.ProductTypeView+json;
146+
application/vnd.ibexa.api.ProductTypeView+json:
147147
type: ProductTypeView
148148
example: !include examples/product/catalog/product_types/POST/ProductTypeView.json.example
149149
400:

docs/api/rest_api/rest_api_reference/input/ez-product-productvariants.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
responses:
116116
200:
117117
body:
118-
application/vnd.ibexa.api.ProductVariantView+json;
118+
application/vnd.ibexa.api.ProductVariantView+json:
119119
type: ProductVariantView
120120
example: !include examples/product/catalog/product_variants/POST/ProductVariantView.json.example
121121
400:

docs/api/rest_api/rest_api_reference/input/ez-product-regions.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ get:
4040
responses:
4141
200:
4242
body:
43-
application/vnd.ibexa.api.RegionView+json;
43+
application/vnd.ibexa.api.RegionView+json:
4444
type: RegionView
4545
example: !include examples/product/catalog/regions/POST/RegionView.json.example
4646
400:

docs/api/rest_api/rest_api_reference/input/ez-types.raml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,6 +2300,9 @@ CurrencyCreate:
23002300
CurrencyUpdate:
23012301
type: object
23022302

2303+
CurrencyView:
2304+
type: object
2305+
23032306
Region:
23042307
type: object
23052308
description: ''
@@ -2328,6 +2331,10 @@ AttributeGroupViewInput:
23282331
type: object
23292332
description: ''
23302333

2334+
AttributeGroupView:
2335+
type: object
2336+
description: ''
2337+
23312338
Attribute:
23322339
type: object
23332340
description: ''
@@ -2348,6 +2355,10 @@ AttributeViewInput:
23482355
type: object
23492356
description: ''
23502357

2358+
AttributeView:
2359+
type: object
2360+
description: ''
2361+
23512362
CustomerGroup:
23522363
type: object
23532364
description: ''
@@ -2368,6 +2379,9 @@ CustomerGroupViewInput:
23682379
type: object
23692380
description: ''
23702381

2382+
CustomerGroupView:
2383+
type: object
2384+
23712385
CurrencyViewInput:
23722386
type: object
23732387
description: ''
@@ -2392,6 +2406,10 @@ ProductTypeViewInput:
23922406
type: object
23932407
description: ''
23942408

2409+
ProductTypeView:
2410+
type: object
2411+
description: ''
2412+
23952413
Product:
23962414
type: object
23972415
description: ''
@@ -2420,6 +2438,10 @@ ProductViewInput:
24202438
type: object
24212439
description: ''
24222440

2441+
ProductView:
2442+
type: object
2443+
description: ''
2444+
24232445
ProductVariant:
24242446
type: object
24252447
description: ''
@@ -2440,10 +2462,16 @@ ProductVariantViewInput:
24402462
type: object
24412463
description: ''
24422464

2465+
ProductVariantView:
2466+
type: object
2467+
24432468
RegionViewInput:
24442469
type: object
24452470
description: ''
24462471

2472+
RegionView:
2473+
type: object
2474+
24472475
ProductTypeList:
24482476
type: object
24492477
description:

0 commit comments

Comments
 (0)