Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ get:
Accept:
description: If set, the list of segment groups is returned in XML or JSON format.
example: |
vnd.ibexa.api.SegmentGroupList+xml
vnd.ibexa.api.SegmentGroupList+json
application/vnd.ibexa.api.SegmentGroupList+xml
application/vnd.ibexa.api.SegmentGroupList+json
responses:
200:
description: OK - list the segment groups.
Expand Down
11 changes: 4 additions & 7 deletions docs/api/rest_api/rest_api_reference/rest_api_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -66374,8 +66374,8 @@ <h6 class="heading text-gray border-bottom pb-2">Header parameters</h6>
<tr>
<td>Examples</td>
<td>
<code>vnd.ibexa.api.SegmentGroupList+xml
vnd.ibexa.api.SegmentGroupList+json
<code>application/vnd.ibexa.api.SegmentGroupList+xml
application/vnd.ibexa.api.SegmentGroupList+json
</code>
</td>
</tr>
Expand Down Expand Up @@ -130291,11 +130291,8 @@ <h6 class="heading text-gray border-bottom pb-2">Query parameters</h6>
<li>type: <code>action</code>, parameter: <code>value</code> (the action)</li>
<li>type: <code>logged_at</code>, parameters: <code>value</code> and <code>operator</code>
<ul>
<li>
<code>logged_at</code> <code>value</code> value can be anything accepted by <code>DateTimeImmutable</code>
</li>
<li>
<code>logged_at</code> <code>operator</code> value can be one of the following:</li>
<li><code>logged_at</code> <code>value</code> value can be anything accepted by <code>DateTimeImmutable</code></li>
<li><code>logged_at</code> <code>operator</code> value can be one of the following:</li>
</ul>
</li>
</ul>
Expand Down
Loading