diff --git a/docs/api/rest_api/rest_api_reference/input/ez-user-groups.raml b/docs/api/rest_api/rest_api_reference/input/ez-user-groups.raml index c6c92c2a22..fa8bed22a0 100644 --- a/docs/api/rest_api/rest_api_reference/input/ez-user-groups.raml +++ b/docs/api/rest_api/rest_api_reference/input/ez-user-groups.raml @@ -127,6 +127,36 @@ get: 404: description: Error - the User Group does not exist. /users: + get: + displayName: Load Users of Group + description: Loads the Users of the Group with the given ID. + queryParameters: + limit: + description: Only 'limit' items will be returned started by offset. + offset: + description: Offset of the result set. + headers: + Accept: + description: UserList - If set, the User list returned in XML or JSON format. UserRefList - If set, the link list of Users returned in XML or JSON format. + example: | + application/vnd.ibexa.api.UserList+xml + application/vnd.ibexa.api.UserList+json + application/vnd.ibexa.api.UserRefList+xml + application/vnd.ibexa.api.UserRefList+json + responses: + 200: + description: OK - the Users of the Group with the given ID. + body: + application/vnd.ibexa.api.UserRefList+xml: + type: UserRefList + example: !include examples/user/groups/id/users/GET/UserRefList.xml.example + application/vnd.ibexa.api.UserRefList+json: + type: UserRefList + example: !include examples/user/groups/id/users/GET/UserRefList.json.example + 401: + description: Error - the user has no permission to read User Groups. + 404: + description: Error - the User Group does not exist. post: displayName: Create User description: Creates a new User in the given Group. @@ -166,6 +196,36 @@ get: 404: description: Error - the Group with the given ID does not exist. /subgroups: + get: + displayName: Load subgroups + description: Returns a list of the subgroups. + queryParameters: + limit: + description: The number of Locations returned. + offset: + description: The offset of the result set. + headers: + Accept: + description: UserGroupList - If set, the User Group list is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Groups is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.UserGroupList+xml + application/vnd.ibexa.api.UserGroupList+json + application/vnd.ibexa.api.UserGroupRefList+xml + application/vnd.ibexa.api.UserGroupRefList+json + responses: + 200: + description: OK - list of the subgroups. + body: + application/vnd.ibexa.api.UserGroupRefList+xml: + type: UserGroupRefList + example: !include examples/user/groups/id/subgroups/GET/UserGroupRefList.xml.example + application/vnd.ibexa.api.UserGroupRefList+json: + type: UserGroupRefList + example: !include examples/user/groups/id/subgroups/GET/UserGroupRefList.json.example + 401: + description: Error - the user has no permission to read User Groups. + 404: + description: Error - the User Group does not exist. post: displayName: Create User Group description: Creates a new User Group under the given parent. To create a top level group use '/user/groups/subgroups'. @@ -298,65 +358,3 @@ get: example: !include examples/user/groups/path/roles/role_id/DELETE/RoleAssignmentList.json.example 401: description: Error - the user is not authorized to delete this Role assignment. -/{id}/users: - get: - displayName: Load Users of Group - description: Loads the Users of the Group with the given ID. - queryParameters: - limit: - description: Only 'limit' items will be returned started by offset. - offset: - description: Offset of the result set. - headers: - Accept: - description: UserList - If set, the User list returned in XML or JSON format. UserRefList - If set, the link list of Users returned in XML or JSON format. - example: | - application/vnd.ibexa.api.UserList+xml - application/vnd.ibexa.api.UserList+json - application/vnd.ibexa.api.UserRefList+xml - application/vnd.ibexa.api.UserRefList+json - responses: - 200: - description: OK - the Users of the Group with the given ID. - body: - application/vnd.ibexa.api.UserRefList+xml: - type: UserRefList - example: !include examples/user/groups/id/users/GET/UserRefList.xml.example - application/vnd.ibexa.api.UserRefList+json: - type: UserRefList - example: !include examples/user/groups/id/users/GET/UserRefList.json.example - 401: - description: Error - the user has no permission to read User Groups. - 404: - description: Error - the User Group does not exist. -/{id}/subgroups: - get: - displayName: Load subgroups - description: Returns a list of the subgroups. - queryParameters: - limit: - description: The number of Locations returned. - offset: - description: The offset of the result set. - headers: - Accept: - description: UserGroupList - If set, the User Group list is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Groups is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.UserGroupList+xml - application/vnd.ibexa.api.UserGroupList+json - application/vnd.ibexa.api.UserGroupRefList+xml - application/vnd.ibexa.api.UserGroupRefList+json - responses: - 200: - description: OK - list of the subgroups. - body: - application/vnd.ibexa.api.UserGroupRefList+xml: - type: UserGroupRefList - example: !include examples/user/groups/id/subgroups/GET/UserGroupRefList.xml.example - application/vnd.ibexa.api.UserGroupRefList+json: - type: UserGroupRefList - example: !include examples/user/groups/id/subgroups/GET/UserGroupRefList.json.example - 401: - description: Error - the user has no permission to read User Groups. - 404: - description: Error - the User Group does not exist. diff --git a/docs/api/rest_api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api/rest_api_reference/rest_api_reference.html index 116797060e..d8c7e25efb 100644 --- a/docs/api/rest_api/rest_api_reference/rest_api_reference.html +++ b/docs/api/rest_api/rest_api_reference/rest_api_reference.html @@ -227,11 +227,11 @@
+View more @@ -254,11 +254,11 @@<?xml version="1.0" encoding="UTF-8"?> <Root media-type="application/vnd.ibexa.api.Root+xml"> <content media-type="" href="/api/ibexa/v2/content/objects"/> @@ -242,7 +242,7 @@+ <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/Types
<contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/> <users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/> <roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/> - <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locatTypes
file_copy -+View more @@ -353,11 +354,11 @@{ "Root": { "_media-type": "application/vnd.ibexa.api.Root+json", @@ -285,7 +285,8 @@+ }, + "createSession":Types
"contentTypes": { "_href": "/api/ibexa/v2/content/types", "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json" - }Types
file_copy -+View more @@ -868,11 +871,11 @@<?xml version="1.0" encoding="UTF-8"?> <Root media-type="application/vnd.ibexa.api.Root+xml"> <content media-type="" href="/api/ibexa/v2/content/objects"/> @@ -395,11 +396,11 @@Types
file_copy -+View more @@ -773,11 +775,11 @@{ "Root": { "_media-type": "application/vnd.ibexa.api.Root+json", @@ -741,11 +742,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml"> <count>3</count> @@ -761,7 +762,8 @@+ <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/children"/> +Types
<depth>3</depth> <childCount>0</childCount> <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId> - <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/childrTypes
file_copy -+{ "BookmarkList": { "_media-type": "application/vnd.ibexa.api.BookmarkList+json", @@ -800,7 +802,8 @@+ "childCount": 0, +Types
}, "pathString": "/1/2/57/65/", "depth": 3, - "childCountTypes
file_copy -+View more @@ -1922,11 +1927,11 @@<?xml version="1.0" encoding="UTF-8"?> <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml"> <count>3</count> @@ -1006,11 +1009,11 @@Types
file_copy -+View more @@ -1819,11 +1822,11 @@{ "BookmarkList": { "_media-type": "application/vnd.ibexa.api.BookmarkList+json", @@ -1778,11 +1781,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ContentType href="/api/ibexa/v2/content/types/2"/> @@ -1807,7 +1810,7 @@+ <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></Types
<fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier> <languageCode>eng-GB</languageCode> <fieldValue> - <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/edTypes
file_copy -+{ "ContentCreate": { "ContentType": { @@ -1857,7 +1860,9 @@+ "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>" + } +Types
"fieldTypeIdentifier": "ezrichtext", "fieldValue": { - "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draftTypes
file_copy -+View more @@ -2143,11 +2149,11 @@<?xml version="1.0" encoding="UTF-8"?> <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ContentType href="/api/ibexa/v2/content/types/2"/> @@ -1975,11 +1980,11 @@Types
file_copy -+View more @@ -2107,11 +2112,11 @@{ "ContentCreate": { "ContentType": { @@ -2081,11 +2086,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83"> <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/> @@ -2098,7 +2103,7 @@+ <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/iTypes
<versionNo>1</versionNo> <status>DRAFT</status> <modificationDate>2019-02-19T15:55:37+01:00</modificationDate> - <Creator media-type="application/vnd.ibexa.api.User+xml"Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5"> <VersionInfo> @@ -2131,7 +2136,8 @@+ <languageCode>ger-DE</languageCode> +Types
<languageCode>fre-FR</languageCode> </Language> <Language> - <languageCode>ger-DE</lanTypes
file_copy -+View more @@ -2238,11 +2245,11 @@{ "Content": { "_media-type": "application/vnd.ibexa.api.Content+json", @@ -2170,7 +2176,8 @@+ "VersionInfo": { +Types
"Version": { "_media-type": "application/vnd.ibexa.api.Version+json", "_href": "/api/ibexa/v2/content/objects/57/versions/1", - "Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83"> <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/> @@ -2355,11 +2362,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5"> <VersionInfo> @@ -3581,11 +3588,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83"> <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/> @@ -3698,11 +3705,11 @@Types
file_copy -+View more @@ -5605,11 +5612,11 @@<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5"> <VersionInfo> @@ -4928,11 +4935,11 @@Types
file_copy -+View more @@ -5509,11 +5516,11 @@{ "Content": { "_media-type": "application/vnd.ibexa.api.Content+json", @@ -5479,11 +5486,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54"> <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/> @@ -5497,7 +5504,7 @@+ <Creator media-type="applicatiTypes
<versionNo>1</versionNo> <status>PUBLISHED</status> <modificationDate>2018-09-17T06:48:13+00:00</modificationDate> - <Creator media-tyTypes
file_copy -+{ "Content": { "_media-type": "application/vnd.ibexa.api.Content+json", @@ -5537,7 +5544,7 @@+ "iTypes
"_media-type": "application/vnd.ibexa.api.Version+json", "_href": "/api/ibexa/v2/content/objects/54/versions/1", "VersionInfo": { -Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54"> <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/> @@ -5715,11 +5722,11 @@Types
file_copy -+{ "Content": { "_media-type": "application/vnd.ibexa.api.Content+json", @@ -6121,11 +6128,11 @@Types
file_copy -+View more @@ -6903,11 +6911,11 @@<?xml version="1.0" encoding="UTF-8"?> <ContentUpdate> <mainLanguageCode>eng-GB</mainLanguageCode> @@ -6187,11 +6194,11 @@Types
file_copy -+View more @@ -6313,11 +6320,11 @@<?xml version="1.0" encoding="UTF-8"?> <ContentUpdate> <mainLanguageCode>eng-GB</mainLanguageCode> @@ -6244,11 +6251,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80"> <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/> @@ -6258,7 +6265,7 @@+ <Owner media-type="application/vnd.ibexa.api.User+xml" href="/apiTypes
<Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/> <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/66"/> <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/80/locations"/> - <Owner media-type="application/vnd.ibexa.api.User+xml" hTypes
file_copy -+View more @@ -6804,11 +6811,11 @@<?xml version="1.0" encoding="UTF-8"?> <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80"> <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/> @@ -6768,11 +6775,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"> <VersionInfo> @@ -6792,7 +6799,7 @@+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentInTypes
file_copy -+{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -6835,7 +6842,8 @@+ { +Types
}, "names": { "value": [ -Types
file_copy -+View more @@ -7618,11 +7627,11 @@<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"> <VersionInfo> @@ -7090,11 +7098,11 @@Types
file_copy -+View more @@ -7519,11 +7527,11 @@{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -7483,11 +7491,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2"> <VersionInfo> @@ -7507,7 +7515,7 @@+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexTypes
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentInfo+xTypes
file_copy -+{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -7550,7 +7558,8 @@+ { +Types
}, "names": { "value": [ -Types
file_copy -+View more @@ -8324,11 +8334,11 @@<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2"> <VersionInfo> @@ -7805,11 +7814,11 @@Types
file_copy -+View more @@ -8229,11 +8239,11 @@{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -8196,11 +8205,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions"> <VersionItem> @@ -8217,7 +8226,8 @@+ </Language> +Types
<VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml"> <Language> <languageCode>eng-GB</languageCode> - </LTypes
file_copy -+{ "VersionList": { "_media-type": "application/vnd.ibexa.api.VersionList+json", @@ -8256,7 +8266,7 @@+ "VersionTransTypes
"creationDate": "2021-06-28T11:33:31+00:00", "initialLanguageCode": "eng-GB", "languageCodes": "eng-GB", -Types
file_copy -+View more @@ -9012,11 +9023,11 @@<?xml version="1.0" encoding="UTF-8"?> <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions"> <VersionItem> @@ -8410,11 +8420,11 @@Types
file_copy -+View more @@ -8913,11 +8923,11 @@{ "VersionList": { "_media-type": "application/vnd.ibexa.api.VersionList+json", @@ -8877,11 +8887,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3"> <VersionInfo> @@ -8901,7 +8911,7 @@+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexTypes
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentInfo+xTypes
file_copy -+{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -8944,7 +8954,8 @@+ { +Types
}, "names": { "value": [ -Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3"> <VersionInfo> @@ -9199,11 +9210,11 @@Types
file_copy -+{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -9698,11 +9709,11 @@Types
file_copy -+View more @@ -10303,11 +10316,11 @@<?xml version="1.0" encoding="UTF-8"?> <VersionUpdate xmlns:p="http://ez.no/API/Values" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -9776,11 +9787,11 @@Types
file_copy -+View more @@ -9929,11 +9941,11 @@<?xml version="1.0" encoding="UTF-8"?> <VersionUpdate xmlns:p="http://ez.no/API/Values" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -9845,11 +9856,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml"> <VersionInfo> @@ -9874,7 +9885,8 @@+ <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier> + <languageTypes
</field> <field> <id>1235</id> - <fieldDefinitionIdentifier>summary</fieldDefinitionIdeTypes
file_copy -+View more @@ -10204,11 +10216,11 @@<?xml version="1.0" encoding="UTF-8"?> <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml"> <VersionInfo> @@ -10168,11 +10180,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3"> <VersionInfo> @@ -10192,7 +10204,7 @@+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexTypes
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentInfo+xTypes
file_copy -+{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -10235,7 +10247,8 @@+ { +Types
}, "names": { "value": [ -Types
file_copy -+View more @@ -11339,11 +11353,11 @@<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3"> <VersionInfo> @@ -10490,11 +10503,11 @@Types
file_copy -+View more @@ -11240,11 +11253,11 @@{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -11204,11 +11217,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1"> <VersionInfo> @@ -11228,7 +11241,7 @@+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentInTypes
file_copy -+{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -11271,7 +11284,8 @@+ { +Types
}, "names": { "value": [ -Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1"> <VersionInfo> @@ -11526,11 +11540,11 @@Types
file_copy -+{ "Version": { "_media-type": "application/vnd.ibexa.api.Version+json", @@ -11931,11 +11945,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40"> <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/> @@ -11954,11 +11968,11 @@Types
file_copy -+{ "Relation": { "_media-type": "application/vnd.ibexa.api.Relation+json", @@ -12042,11 +12056,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40"> <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/> @@ -12065,11 +12079,11 @@Types
file_copy -+{ "Relation": { "_media-type": "application/vnd.ibexa.api.Relation+json", @@ -12635,11 +12649,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <LocationCreate> <ParentLocation href="/api/ibexa/v2/content/locations/1/42" /> @@ -12660,11 +12674,11 @@Types
file_copy -+{ "LocationCreate": { "ParentLocation": { @@ -12742,11 +12756,11 @@Types
file_copy -+View more @@ -12969,11 +12984,11 @@<?xml version="1.0" encoding="UTF-8"?> <LocationCreate> <ParentLocation href="/api/ibexa/v2/content/locations/1/42" /> @@ -12767,11 +12781,11 @@Types
file_copy -+View more @@ -12870,11 +12884,11 @@{ "LocationCreate": { "ParentLocation": { @@ -12837,11 +12851,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96"> <id>96</id> @@ -12858,7 +12872,7 @@+ <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/urlaliaTypes
<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/> <sortField>PATH</sortField> <sortOrder>ASC</sortOrder> - <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1Types
file_copy -+{ "Location": { "_media-type": "application/vnd.ibexa.api.Location+json", @@ -12901,7 +12915,8 @@+ "sortOrder": "ASC", + "UrlAliTypes
"_href": "/api/ibexa/v2/content/objects/59" }, "sortField": "PATH", - "sortOrdeTypes
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96"> <id>96</id> @@ -13024,11 +13039,11 @@Types
file_copy -+{ "Location": { "_media-type": "application/vnd.ibexa.api.Location+json", @@ -13323,11 +13338,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/> @@ -13344,11 +13359,11 @@Types
file_copy -+{ "LocationList": { "_media-type": "application/vnd.ibexa.api.LocationList+json", @@ -13429,11 +13444,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/> @@ -13450,11 +13465,11 @@Types
file_copy -+{ "LocationList": { "_media-type": "application/vnd.ibexa.api.LocationList+json", @@ -13694,11 +13709,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml"> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/> @@ -13718,11 +13733,11 @@Types
file_copy -+{ "ContentObjectStates": { "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json", @@ -13814,11 +13829,11 @@Types
file_copy -+View more @@ -14468,11 +14477,11 @@<?xml version="1.0" encoding="UTF-8"?> <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml"> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/> @@ -13838,11 +13853,11 @@Types
file_copy -+View more @@ -14373,11 +14380,11 @@{ "ContentObjectStates": { "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json", @@ -14101,25 +14116,17 @@Types
++- -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -@@ -14339,11 +14346,11 @@++- -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups"> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"> @@ -14361,7 +14368,7 @@+ <identifier>accessiTypes
</ObjectStateGroup> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3"> <id>3</id> - <iTypes
file_copy -+{ "ObjectStateGroupList": { "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json", @@ -14400,7 +14407,9 @@+ ] + }, +Types
"_languageCode": "eng-GB", "#text": "Lock" } - ]Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups"> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"> @@ -14527,11 +14536,11 @@Types
file_copy -+{ "ObjectStateGroupList": { "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json", @@ -14857,11 +14866,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroupCreate> <identifier>custom</identifier> @@ -14884,11 +14893,11 @@Types
file_copy -+{ "ObjectStateGroup": { "identifier": "custom-states", @@ -14976,11 +14985,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroupCreate> <identifier>custom</identifier> @@ -15003,11 +15012,11 @@Types
file_copy -+{ "ObjectStateGroup": { "identifier": "custom-states", @@ -15083,11 +15092,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5"> <id>5</id> @@ -15114,11 +15123,11 @@Types
file_copy -+{ "ObjectStateGroup": { "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json", @@ -15217,11 +15226,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5"> <id>5</id> @@ -15248,11 +15257,11 @@Types
file_copy -+{ "ObjectStateGroup": { "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json", @@ -15525,11 +15534,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7"> <id>7</id> @@ -15556,11 +15565,11 @@Types
file_copy -+{ "ObjectStateGroup": { "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json", @@ -15659,11 +15668,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7"> <id>7</id> @@ -15690,11 +15699,11 @@Types
file_copy -+{ "ObjectStateGroup": { "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json", @@ -15991,11 +16000,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7"> <id>7</id> @@ -16022,11 +16031,11 @@Types
file_copy -+{ "ObjectStateGroup": { "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json", @@ -16125,11 +16134,11 @@Types
file_copy -+View more @@ -16614,11 +16625,11 @@<?xml version="1.0" encoding="UTF-8"?> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7"> <id>7</id> @@ -16156,11 +16165,11 @@Types
file_copy -+View more @@ -16519,11 +16529,11 @@{ "ObjectStateGroup": { "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json", @@ -16486,11 +16495,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"> @@ -16507,7 +16516,8 @@+ <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2"> +Types
<value languageCode="eng-GB"></value> </descriptions> </ObjectState> - <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objecTypes
file_copy -+{ "ObjectStateList": { "_media-type": "application/vnd.ibexa.api.ObjectStateList+json", @@ -16546,7 +16556,8 @@+ } +Types
{ "_languageCode": "eng-GB", "#text": "Not locked" -Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"> @@ -16662,11 +16673,11 @@Types
file_copy -+{ "ObjectStateList": { "_media-type": "application/vnd.ibexa.api.ObjectStateList+json", @@ -16964,11 +16975,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateCreate> <identifier>new-state</identifier> @@ -16993,11 +17004,11 @@Types
file_copy -+{ "ObjectStateCreate": { "identifier": "new-state", @@ -17086,11 +17097,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateCreate> <identifier>new-state</identifier> @@ -17115,11 +17126,11 @@Types
file_copy -+{ "ObjectStateCreate": { "identifier": "new-state", @@ -17196,11 +17207,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5"> <id>5</id> @@ -17228,11 +17239,11 @@Types
file_copy -+{ "ObjectState": { "_media-type": "application/vnd.ibexa.api.ObjectState+json", @@ -17332,11 +17343,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5"> <id>5</id> @@ -17364,11 +17375,11 @@Types
file_copy -+{ "ObjectState": { "_media-type": "application/vnd.ibexa.api.ObjectState+json", @@ -17642,11 +17653,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2"> <id>2</id> @@ -17674,11 +17685,11 @@Types
file_copy -+{ "ObjectState": { "_media-type": "application/vnd.ibexa.api.ObjectState+json", @@ -17778,11 +17789,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2"> <id>2</id> @@ -17810,11 +17821,11 @@Types
file_copy -+{ "ObjectState": { "_media-type": "application/vnd.ibexa.api.ObjectState+json", @@ -18115,11 +18126,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateCreate> <priority>3</priority> @@ -18140,11 +18151,11 @@Types
file_copy -+{ "ObjectStateGroup": { "names": { @@ -18221,11 +18232,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectStateCreate> <priority>3</priority> @@ -18246,11 +18257,11 @@Types
file_copy -+{ "ObjectStateGroup": { "names": { @@ -18315,11 +18326,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2"> <id>2</id> @@ -18347,11 +18358,11 @@Types
file_copy -+{ "ObjectState": { "_media-type": "application/vnd.ibexa.api.ObjectState+json", @@ -18451,11 +18462,11 @@Types
file_copy -+View more @@ -18951,11 +18964,11 @@<?xml version="1.0" encoding="UTF-8"?> <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2"> <id>2</id> @@ -18483,11 +18494,11 @@Types
file_copy -+View more @@ -18851,11 +18863,11 @@{ "ObjectState": { "_media-type": "application/vnd.ibexa.api.ObjectState+json", @@ -18818,11 +18829,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58"> <id>58</id> @@ -18839,7 +18850,8 @@+ <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlaliases"/> + <CoTypes
<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/57"/> <sortField>PATH</sortField> <sortOrder>ASC</sortOrder> - <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlalTypes
file_copy -+{ "Location": { "_media-type": "application/vnd.ibexa.api.Location+json", @@ -18883,7 +18895,8 @@+ "UrlAliases": { +Types
}, "sortField": "PATH", "sortOrder": "ASC", -Types
file_copy -+View more @@ -19487,11 +19501,11 @@<?xml version="1.0" encoding="UTF-8"?> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58"> <id>58</id> @@ -19006,11 +19019,11 @@Types
file_copy -+View more @@ -19387,11 +19400,11 @@{ "Location": { "_media-type": "application/vnd.ibexa.api.Location+json", @@ -19354,11 +19367,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61"> <id>61</id> @@ -19375,7 +19388,7 @@+ <ContentInfo media-type="application/vnd.ibexa.apiTypes
<sortField>NAME</sortField> <sortOrder>ASC</sortOrder> <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/61/urlaliases"/> - <ContentInfo media-type="applicatiTypes
file_copy -+{ "Location": { "_media-type": "application/vnd.ibexa.api.Location+json", @@ -19419,7 +19432,8 @@+ "UrlAliases": { +Types
}, "sortField": "PATH", "sortOrder": "ASC", -Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61"> <id>61</id> @@ -19538,11 +19552,11 @@Types
file_copy -+{ "Location": { "_media-type": "application/vnd.ibexa.api.Location+json", @@ -20154,11 +20168,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <LocationUpdate> <priority>3</priority> @@ -20179,11 +20193,11 @@Types
file_copy -+{ "LocationUpdate": { "priority": "3", @@ -20257,11 +20271,11 @@Types
file_copy -+View more @@ -20481,11 +20497,11 @@<?xml version="1.0" encoding="UTF-8"?> <LocationUpdate> <priority>3</priority> @@ -20282,11 +20296,11 @@Types
file_copy -+View more @@ -20381,11 +20396,11 @@{ "LocationUpdate": { "priority": "3", @@ -20348,11 +20362,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58"> <id>58</id> @@ -20369,7 +20383,8 @@+ <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlaliases"/> + <CoTypes
<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/57"/> <sortField>PATH</sortField> <sortOrder>ASC</sortOrder> - <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlalTypes
file_copy -+{ "Location": { "_media-type": "application/vnd.ibexa.api.Location+json", @@ -20413,7 +20428,8 @@+ "UrlAliases": { + "_media-typeTypes
}, "sortField": "NAME", "sortOrder": "DESC", - "UrlAliases":Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58"> <id>58</id> @@ -20536,11 +20552,11 @@Types
file_copy -+{ "Location": { "_media-type": "application/vnd.ibexa.api.Location+json", @@ -20962,11 +20978,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/63/children"> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/60"/> @@ -21029,11 +21045,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/63/children"> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/60"/> @@ -21237,13 +21253,9 @@Types
+ @@ -21624,11 +21636,11 @@+- -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <SectionInput> <identifier>restricted</identifier> @@ -21645,11 +21657,11 @@Types
file_copy -+{ "Section": { "_media-type": "application/vnd.ibexa.api.Section+json", @@ -21724,11 +21736,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <SectionInput> <identifier>restricted</identifier> @@ -21745,11 +21757,11 @@Types
file_copy -+{ "Section": { "_media-type": "application/vnd.ibexa.api.Section+json", @@ -21812,11 +21824,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7"> <sectionId>7</sectionId> @@ -21835,11 +21847,11 @@Types
file_copy -+{ "SectionInput": { "identifier": "restricted", @@ -21913,11 +21925,11 @@Types
file_copy -+View more @@ -22320,11 +22334,11 @@<?xml version="1.0" encoding="UTF-8"?> <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7"> <sectionId>7</sectionId> @@ -21936,11 +21948,11 @@Types
file_copy -+View more @@ -22221,11 +22234,11 @@{ "SectionInput": { "identifier": "restricted", @@ -22185,11 +22197,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <SectionList media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections"> <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"> @@ -22209,7 +22221,8 @@+ <identifier>form</identifier> + <name>FTypes
</Section> <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/6"> <sectionId>6</sectionId> - <identifier>form</identifiTypes
file_copy -+{ "SectionList": { "_media-type": "application/vnd.ibexa.api.SectionList+json", @@ -22252,7 +22265,8 @@+ { + "_Types
"identifier": "media", "name": "Media" }, -Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <SectionList media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections"> <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"> @@ -22370,11 +22384,11 @@Types
file_copy -+{ "SectionList": { "_media-type": "application/vnd.ibexa.api.SectionList+json", @@ -22667,11 +22681,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/5"> <sectionId>10</sectionId> @@ -22690,11 +22704,11 @@Types
file_copy -+{ "Section": { "_media-type": "application/vnd.ibexa.api.Section+json", @@ -22772,11 +22786,11 @@Types
file_copy -+<?xml version="1.0" encoding="UTF-8"?> <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/5"> <sectionId>10</sectionId> @@ -22795,11 +22809,11 @@Types
file_copy -+