Skip to content

Commit d38c7cf

Browse files
committed
Update Root.xml.example
1 parent 03c6882 commit d38c7cf

File tree

1 file changed

+27
-22
lines changed

1 file changed

+27
-22
lines changed
Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Root media-type="application/vnd.ibexa.api.Root+xml">
3-
<content media-type="" href="/api/ibexa/v2/content/objects"/>
4-
<contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
5-
<contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
6-
<contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
7-
<contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
8-
<contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
9-
<users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
10-
<roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
11-
<rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
12-
<rootUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
13-
<rootMediaFolder media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/43"/>
14-
<locationByRemoteId media-type="" href="/api/ibexa/v2/content/locations{?remoteId}"/>
15-
<locationByPath media-type="" href="/api/ibexa/v2/content/locations{?locationPath}"/>
16-
<trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash"/>
17-
<sections media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections"/>
18-
<views media-type="application/vnd.ibexa.api.RefList+xml" href="/api/ibexa/v2/views"/>
19-
<objectStateGroups media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups"/>
20-
<objectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates"/>
21-
<globalUrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases"/>
22-
<urlWildcards media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards"/>
23-
<createSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions"/>
24-
<refreshSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions/{sessionId}/refresh"/>
3+
<content media-type="" href="/api/ibexa/v2/content/objects"/>
4+
<contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
5+
<contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
6+
<contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
7+
<contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
8+
<contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
9+
<users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
10+
<usersByRoleId media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users{?roleId}"/>
11+
<usersByRemoteId media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users{?remoteId}"/>
12+
<usersByEmail media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users{?email}"/>
13+
<usersByLogin media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users{?login}"/>
14+
<roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
15+
<rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
16+
<rootUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
17+
<rootMediaFolder media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/43"/>
18+
<locationByRemoteId media-type="" href="/api/ibexa/v2/content/locations{?remoteId}"/>
19+
<locationByPath media-type="" href="/api/ibexa/v2/content/locations{?locationPath}"/>
20+
<trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash"/>
21+
<sections media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections"/>
22+
<views media-type="application/vnd.ibexa.api.RefList+xml" href="/api/ibexa/v2/views"/>
23+
<objectStateGroups media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups"/>
24+
<objectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates"/>
25+
<globalUrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases"/>
26+
<urlWildcards media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards"/>
27+
<createSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions"/>
28+
<refreshSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions/{sessionId}/refresh"/>
29+
<createToken media-type="application/vnd.ibexa.api.JWT+xml" href="/api/ibexa/v2/user/token/jwt"/>
2530
</Root>

0 commit comments

Comments
 (0)