Skip to content

Commit 82e2e12

Browse files
dabrtmnocon
authored andcommitted
IBX-9514 - Fix segment groups accept headers
1 parent a93ee18 commit 82e2e12

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

docs/api/rest_api/rest_api_reference/input/ibexa-segment-groups.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ get:
66
Accept:
77
description: If set, the list of segment groups is returned in XML or JSON format.
88
example: |
9-
vnd.ibexa.api.SegmentGroupList+xml
10-
vnd.ibexa.api.SegmentGroupList+json
9+
application/vnd.ibexa.api.SegmentGroupList+xml
10+
application/vnd.ibexa.api.SegmentGroupList+json
1111
responses:
1212
200:
1313
description: OK - list the segment groups.

docs/api/rest_api/rest_api_reference/rest_api_reference.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66374,8 +66374,8 @@ <h6 class="heading text-gray border-bottom pb-2">Header parameters</h6>
6637466374
<tr>
6637566375
<td>Examples</td>
6637666376
<td>
66377-
<code>vnd.ibexa.api.SegmentGroupList+xml
66378-
vnd.ibexa.api.SegmentGroupList+json
66377+
<code>application/vnd.ibexa.api.SegmentGroupList+xml
66378+
application/vnd.ibexa.api.SegmentGroupList+json
6637966379
</code>
6638066380
</td>
6638166381
</tr>
@@ -130291,11 +130291,8 @@ <h6 class="heading text-gray border-bottom pb-2">Query parameters</h6>
130291130291
<li>type: <code>action</code>, parameter: <code>value</code> (the action)</li>
130292130292
<li>type: <code>logged_at</code>, parameters: <code>value</code> and <code>operator</code>
130293130293
<ul>
130294-
<li>
130295-
<code>logged_at</code> <code>value</code> value can be anything accepted by <code>DateTimeImmutable</code>
130296-
</li>
130297-
<li>
130298-
<code>logged_at</code> <code>operator</code> value can be one of the following:</li>
130294+
<li><code>logged_at</code> <code>value</code> value can be anything accepted by <code>DateTimeImmutable</code></li>
130295+
<li><code>logged_at</code> <code>operator</code> value can be one of the following:</li>
130299130296
</ul>
130300130297
</li>
130301130298
</ul>

0 commit comments

Comments
 (0)