Skip to content

Commit 636c53c

Browse files
committed
Selfreview
1 parent 60b3ea8 commit 636c53c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/api/rest_api/rest_api_reference/input/ibexa-discounts-codes.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ displayName: Discount Codes
66
description: Applies a discount associated with given discount code
77
headers:
88
Accept:
9-
description: Specifies the expected response type. If set, the list is returned in XML or JSON format.
9+
description: Specifies the expected response type. Only JSON is supported.
1010
example: |
1111
application/vnd.ibexa.api.DiscountCode+json
1212
Content-Type:
@@ -19,7 +19,7 @@ displayName: Discount Codes
1919
example: !include examples/discount_codes/apply/POST/DiscountCode.json.example
2020
responses:
2121
200:
22-
description: Action executed successfuly.
22+
description: Discount applied successfully
2323
body:
2424
application/vnd.ibexa.api.DiscountCode+json:
2525
type: DiscountCode

docs/api/rest_api/rest_api_reference/rest_api_reference.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147496,7 +147496,7 @@ <h4 id="/discounts_codes/{cartidentifier}/apply" class="heading text-gray">/disc
147496147496
<h6 class="heading text-gray border-bottom pb-2">Header parameters</h6>
147497147497
<div class="mb-2">
147498147498
<p class="mt-3 mb-0 font-weight-medium">Accept</p>
147499-
<p>Specifies the expected response type. If set, the list is returned in XML or JSON format.</p>
147499+
<p>Specifies the expected response type. Only JSON is supported.</p>
147500147500
<div class="table-responsive mb-2">
147501147501
<table class="table">
147502147502
<thead>
@@ -147586,7 +147586,7 @@ <h6 class="heading text-gray border-bottom pb-2">Possible responses</h6>
147586147586
</a>
147587147587
</td>
147588147588
<td>
147589-
<p>Action executed successfuly.</p>
147589+
<p>Discount applied successfully</p>
147590147590
</td>
147591147591
</tr>
147592147592
<tr>

0 commit comments

Comments
 (0)