File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/api/rest_api/rest_api_reference Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ displayName: Discount Codes
6
6
description : Applies a discount associated with given discount code
7
7
headers :
8
8
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 .
10
10
example : |
11
11
application/vnd.ibexa.api.DiscountCode+json
12
12
Content-Type :
@@ -19,7 +19,7 @@ displayName: Discount Codes
19
19
example : !include examples/discount_codes/apply/POST/DiscountCode.json.example
20
20
responses :
21
21
200 :
22
- description : Action executed successfuly.
22
+ description : Discount applied successfully
23
23
body :
24
24
application/vnd.ibexa.api.DiscountCode+json :
25
25
type : DiscountCode
Original file line number Diff line number Diff line change @@ -147496,7 +147496,7 @@ <h4 id="/discounts_codes/{cartidentifier}/apply" class="heading text-gray">/disc
147496
147496
<h6 class="heading text-gray border-bottom pb-2">Header parameters</h6>
147497
147497
<div class="mb-2">
147498
147498
<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>
147500
147500
<div class="table-responsive mb-2">
147501
147501
<table class="table">
147502
147502
<thead>
@@ -147586,7 +147586,7 @@ <h6 class="heading text-gray border-bottom pb-2">Possible responses</h6>
147586
147586
</a>
147587
147587
</td>
147588
147588
<td>
147589
- <p>Action executed successfuly. </p>
147589
+ <p>Discount applied successfully </p>
147590
147590
</td>
147591
147591
</tr>
147592
147592
<tr>
You can’t perform that action at this time.
0 commit comments