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
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
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
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>
You can’t perform that action at this time.
0 commit comments