From 72c21d31dbc3d9879fc95676a51da06a4ccf4a3c Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Wed, 15 Jun 2022 17:43:56 +0200 Subject: [PATCH 1/5] *.raml: Several fixes like indent, duplicated URI parts, copy-paste --- .../objects/POST/ContentCreate.xml.example | 10 +- .../rest_api_reference/input/ez-calendar.raml | 2 +- .../input/ez-content-assets.raml | 2 +- .../input/ez-user-groups.raml | 2 +- .../input/ez-user-users.raml | 22 +- .../rest_api_reference.html | 2683 +++++++++-------- 6 files changed, 1387 insertions(+), 1334 deletions(-) diff --git a/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example b/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example index 9079485ed6..d4d8f1e0c4 100644 --- a/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example +++ b/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example @@ -3,7 +3,7 @@ eng-GB - + 0 false PATH @@ -22,15 +22,15 @@ intro eng-GB -

draft draft

]]>
-
+

draft draft

]]>
+ body eng-GB -

draft draft draft

]]>
-
+

draft draft draft

]]>
+
\ No newline at end of file diff --git a/docs/api/rest_api_reference/input/ez-calendar.raml b/docs/api/rest_api_reference/input/ez-calendar.raml index d96647c96d..2ead969047 100644 --- a/docs/api/rest_api_reference/input/ez-calendar.raml +++ b/docs/api/rest_api_reference/input/ez-calendar.raml @@ -1,5 +1,5 @@ displayName: Calendar -/calendar/event: +/event: get: displayName: Calendar list description: Calendar event list. diff --git a/docs/api/rest_api_reference/input/ez-content-assets.raml b/docs/api/rest_api_reference/input/ez-content-assets.raml index cc6247777e..5da71ec636 100644 --- a/docs/api/rest_api_reference/input/ez-content-assets.raml +++ b/docs/api/rest_api_reference/input/ez-content-assets.raml @@ -1,5 +1,5 @@ displayName: content/assets/images -/assets/images/{assetId}/{assetSource}: +/images/{assetId}/{assetSource}: get: displayName: Fetch image asset value description: Fetches the image asset value object. Depending on the provider, the asset metadata object can contain different parameters. diff --git a/docs/api/rest_api_reference/input/ez-user-groups.raml b/docs/api/rest_api_reference/input/ez-user-groups.raml index 6930034768..7f40c880ca 100644 --- a/docs/api/rest_api_reference/input/ez-user-groups.raml +++ b/docs/api/rest_api_reference/input/ez-user-groups.raml @@ -3,7 +3,7 @@ get: description: Loads User Groups for either an an ID or a remote ID or a Role. queryParameters: roleId: - description: Lists User Groups assigned to the given Role. + description: Lists User Groups assigned to the given Role (e.g. GET /user/groups?roleId=/user/roles/1). id: description: Retrieves the User Groups for the given ID. remoteID: diff --git a/docs/api/rest_api_reference/input/ez-user-users.raml b/docs/api/rest_api_reference/input/ez-user-users.raml index b5abddf256..3710fd5c0d 100644 --- a/docs/api/rest_api_reference/input/ez-user-users.raml +++ b/docs/api/rest_api_reference/input/ez-user-users.raml @@ -35,13 +35,13 @@ head: description: Verifies if there are Users matching given filter. queryParameters: roleId: - description: Lists Users assigned to the given Role (e.g. GET /user/users?roleId=/user/roles/1). + description: Checks if there are Users directly assigned to the given Role (e.g. HEAD /user/users?roleId=/user/roles/1). remoteId: - description: Retrieves the User for the given remote ID (e.g. GET /user/users?remoteId=55dd9713db75145f374bbd0b4f60ad29). + description: Checks if there is a User for the given remote ID (e.g. HEAD /user/users?remoteId=55dd9713db75145f374bbd0b4f60ad29). login: - description: Retrieves the User for the given login (e.g. GET /user/users?login=editor). + description: Checks if there is a User for the given login (e.g. HEAD /user/users?login=editor). email: - description: Lists Users with the given email (e.g. GET /user/users?email=editor@example.com). + description: Checks if there is a User with the given email (e.g. HEAD /user/users?email=editor@example.com). responses: 200: description: OK - verifies if there are Users matching the given filter. @@ -90,13 +90,13 @@ head: If-Match: description: Performs a PATCH only if the specified ETag is the current one. example: ETag - body: - application/vnd.ez.api.UserUpdate+xml: - type: UserUpdate - example: !include examples/user/users/user_id/PATCH/UserUpdate.xml.example - application/vnd.ez.api.UserUpdate+json: - type: UserUpdate - example: !include examples/user/users/user_id/PATCH/UserUpdate.json.example + body: + application/vnd.ez.api.UserUpdate+xml: + type: UserUpdate + example: !include examples/user/users/user_id/PATCH/UserUpdate.xml.example + application/vnd.ez.api.UserUpdate+json: + type: UserUpdate + example: !include examples/user/users/user_id/PATCH/UserUpdate.json.example responses: 200: description: OK - User updated. diff --git a/docs/api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api_reference/rest_api_reference.html index 7e900db5f5..8ca5de1670 100644 --- a/docs/api/rest_api_reference/rest_api_reference.html +++ b/docs/api/rest_api_reference/rest_api_reference.html @@ -227,11 +227,11 @@
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Root media-type="application/vnd.ez.api.Root+xml">
     <content media-type="" href="/api/ezp/v2/content/objects"/>
@@ -243,7 +243,7 @@ 
Types
<users media-type="application/vnd.ez.api.UserRefList+xml" href="/api/ezp/v2/user/users"/> <roles media-type="application/vnd.ez.api.RoleList+xml" href="/api/ezp/v2/user/roles"/> <rootLocation media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2"/> - <rootUserGroup medi
+ <rootUserGroup media-type="app
View more @@ -255,11 +255,11 @@
Types
file_copy

-
+                            
                                 {
     "Root": {
         "_media-type": "application/vnd.ez.api.Root+json",
@@ -287,7 +287,8 @@ 
Types
"_href": "/api/ezp/v2/content/types", "_media-type": "application/vnd.ez.api.ContentTypeInfoList+json" }, - "createSes
+ "createSession": { + "_href
View more @@ -355,11 +356,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Root media-type="application/vnd.ez.api.Root+xml">
     <content media-type="" href="/api/ezp/v2/content/objects"/>
@@ -397,11 +398,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Root": {
         "_media-type": "application/vnd.ez.api.Root+json",
@@ -743,11 +744,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <BookmarkList media-type="application/vnd.ez.api.BookmarkList+xml">
     <count>3</count>
@@ -764,7 +765,7 @@ 
Types
<childCount>0</childCount> <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId> <Children media-type="application/vnd.ez.api.LocationList+xml" href="/api/ezp/v2/content/locations/1/2/57/65/children"/> - <Con
+ <Content media-type=
View more @@ -776,11 +777,11 @@
Types
file_copy

-
+                            
                                 {
     "BookmarkList": {
         "_media-type": "application/vnd.ez.api.BookmarkList+json",
@@ -804,7 +805,7 @@ 
Types
"pathString": "/1/2/57/65/", "depth": 3, "childCount": 0, -
+ "remoteId": "a
View more @@ -872,11 +873,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <BookmarkList media-type="application/vnd.ez.api.BookmarkList+xml">
     <count>3</count>
@@ -1009,11 +1010,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "BookmarkList": {
         "_media-type": "application/vnd.ez.api.BookmarkList+json",
@@ -1780,17 +1781,17 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <ContentType href="/api/ezp/v2/content/types/2"/>
   <mainLanguageCode>eng-GB</mainLanguageCode>
   <LocationCreate>
-    <ParentLocation href="/api/ezp/v2/content/locations/1/2" />
+    <ParentLocation href="/api/ezp/v2/content/locations/1/2"/>
     <priority>0</priority>
     <hidden>false</hidden>
     <sortField>PATH</sortField>
@@ -1809,7 +1810,7 @@ 
Types
<fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier> <languageCode>eng-GB</languageCode> <fieldValue> - <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft
+ <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></section>]
View more @@ -1821,11 +1822,11 @@
Types
file_copy

-
+                            
                                 {
   "ContentCreate": {
     "ContentType": {
@@ -1859,7 +1860,9 @@ 
Types
"fieldTypeIdentifier": "ezrichtext", "fieldValue": { - "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></
+ "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>" + } + }
View more @@ -1924,17 +1927,17 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <ContentType href="/api/ezp/v2/content/types/2"/>
   <mainLanguageCode>eng-GB</mainLanguageCode>
   <LocationCreate>
-    <ParentLocation href="/api/ezp/v2/content/locations/1/2" />
+    <ParentLocation href="/api/ezp/v2/content/locations/1/2"/>
     <priority>0</priority>
     <hidden>false</hidden>
     <sortField>PATH</sortField>
@@ -1953,15 +1956,15 @@ 
Types
<fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier> <languageCode>eng-GB</languageCode> <fieldValue> - <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></section>]]></value> - </fieldValue> + <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></section>]]></value> + </fieldValue> </field> <field> <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier> <languageCode>eng-GB</languageCode> <fieldValue> - <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft draft draft </p></section>]]></value> - </fieldValue> + <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft draft draft </p></section>]]></value> + </fieldValue> </field> </fields> </ContentCreate>
@@ -1976,11 +1979,11 @@
Types
file_copy

-
+                                            
                                                 {
   "ContentCreate": {
     "ContentType": {
@@ -2081,11 +2084,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -2098,7 +2101,8 @@ 
Types
<versionNo>1</versionNo> <status>DRAFT</status> <modificationDate>2019-02-19T15:55:37+01:00</modificationDate> - <Creator media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users
+ <Creator media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> +
View more @@ -2107,11 +2111,11 @@
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/67/versions/5">
     <VersionInfo>
@@ -2132,7 +2136,7 @@ 
Types
</Language> <Language> <languageCode>ger-DE</languageCode> -
+ </Languag
View more @@ -2144,11 +2148,11 @@
Types
file_copy

-
+                            
                                 {
     "Content": {
         "_media-type": "application/vnd.ez.api.Content+json",
@@ -2172,7 +2176,8 @@ 
Types
"_media-type": "application/vnd.ez.api.Version+json", "_href": "/api/ezp/v2/content/objects/57/versions/1", "VersionInfo": { -
+ "id": 517, +
View more @@ -2240,11 +2245,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -2357,11 +2362,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/67/versions/5">
     <VersionInfo>
@@ -3583,11 +3588,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -3700,11 +3705,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/67/versions/5">
     <VersionInfo>
@@ -4930,11 +4935,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Content": {
         "_media-type": "application/vnd.ez.api.Content+json",
@@ -5480,11 +5485,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/1"/>
@@ -5498,7 +5503,7 @@ 
Types
<versionNo>1</versionNo> <status>PUBLISHED</status> <modificationDate>2018-09-17T06:48:13+00:00</modificationDate> - <Creator media-type="application/vnd.ez.ap
+ <Creator media-type="application/vnd.ez.api.User+xml" h
View more @@ -5510,11 +5515,11 @@
Types
file_copy

-
+                            
                                 {
     "Content": {
         "_media-type": "application/vnd.ez.api.Content+json",
@@ -5538,7 +5543,8 @@ 
Types
"_media-type": "application/vnd.ez.api.Version+json", "_href": "/api/ezp/v2/content/objects/54/versions/1", "VersionInfo": { - "id"
+ "id": 514, +
View more @@ -5606,11 +5612,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/1"/>
@@ -5715,11 +5721,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Content": {
         "_media-type": "application/vnd.ez.api.Content+json",
@@ -6120,11 +6126,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentUpdate>
   <mainLanguageCode>eng-GB</mainLanguageCode>
@@ -6186,11 +6192,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentUpdate>
   <mainLanguageCode>eng-GB</mainLanguageCode>
@@ -6243,11 +6249,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -6258,7 +6264,7 @@ 
Types
<MainLocation media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/63/66"/> <Locations media-type="application/vnd.ez.api.LocationList+xml" href="/api/ezp/v2/content/objects/80/locations"/> <Owner media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/11"/> -
+ <lastModi
View more @@ -6313,11 +6319,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -6768,11 +6774,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/1">
     <VersionInfo>
@@ -6792,7 +6798,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/a
+ <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/o
View more @@ -6804,11 +6810,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -6836,7 +6842,7 @@ 
Types
"names": { "value": [ { -
+ "_langu
View more @@ -6904,11 +6910,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/1">
     <VersionInfo>
@@ -7090,11 +7096,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -7482,11 +7488,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/2">
     <VersionInfo>
@@ -7506,7 +7512,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/e
+ <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objec
View more @@ -7518,11 +7524,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -7550,7 +7556,7 @@ 
Types
"names": { "value": [ { -
+ "_languageC
View more @@ -7618,11 +7624,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/2">
     <VersionInfo>
@@ -7804,11 +7810,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -8194,11 +8200,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <VersionList media-type="application/vnd.ez.api.VersionList+xml" href="/api/ezp/v2/content/objects/61/versions">
     <VersionItem>
@@ -8216,7 +8222,7 @@ 
Types
<Language> <languageCode>eng-GB</languageCode> </Language> -
+ </VersionTran
View more @@ -8228,11 +8234,11 @@
Types
file_copy

-
+                            
                                 {
     "VersionList": {
         "_media-type": "application/vnd.ez.api.VersionList+json",
@@ -8255,7 +8261,8 @@ 
Types
"creationDate": "2021-06-28T11:33:31+00:00", "initialLanguageCode": "eng-GB", "languageCodes": "eng-GB", - "Versi
+ "VersionTranslationInfo": { +
View more @@ -8323,11 +8330,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <VersionList media-type="application/vnd.ez.api.VersionList+xml" href="/api/ezp/v2/content/objects/61/versions">
     <VersionItem>
@@ -8408,11 +8415,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "VersionList": {
         "_media-type": "application/vnd.ez.api.VersionList+json",
@@ -8874,11 +8881,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/3">
     <VersionInfo>
@@ -8898,7 +8905,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/e
+ <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objec
View more @@ -8910,11 +8917,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -8942,7 +8949,7 @@ 
Types
"names": { "value": [ { -
+ "_languageC
View more @@ -9010,11 +9017,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/3">
     <VersionInfo>
@@ -9196,11 +9203,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -9694,11 +9701,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <VersionUpdate xmlns:p="http://ez.no/API/Values"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -9772,11 +9779,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <VersionUpdate xmlns:p="http://ez.no/API/Values"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -9841,11 +9848,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version href="/content/objects/23/versions/4" media-type="application/vnd.ez.api.Version+xml">
   <VersionInfo>
@@ -9871,7 +9878,7 @@ 
Types
<field> <id>1235</id> <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier> -
+ <languageCode>ger-
View more @@ -9926,11 +9933,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version href="/content/objects/23/versions/4" media-type="application/vnd.ez.api.Version+xml">
   <VersionInfo>
@@ -10165,11 +10172,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/3">
     <VersionInfo>
@@ -10189,7 +10196,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/e
+ <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objec
View more @@ -10201,11 +10208,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -10233,7 +10240,7 @@ 
Types
"names": { "value": [ { -
+ "_languageC
View more @@ -10301,11 +10308,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/3">
     <VersionInfo>
@@ -10487,11 +10494,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -11200,11 +11207,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/59/versions/1">
     <VersionInfo>
@@ -11224,7 +11231,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/a
+ <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/o
View more @@ -11236,11 +11243,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -11268,7 +11275,7 @@ 
Types
"names": { "value": [ { -
+ "_langu
View more @@ -11336,11 +11343,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/59/versions/1">
     <VersionInfo>
@@ -11522,11 +11529,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -11926,11 +11933,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Relation media-type="application/vnd.ez.api.Relation+xml" href="/api/ezp/v2/content/objects/59/versions/2/relations/40">
     <SourceContent media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/59"/>
@@ -11948,11 +11955,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Relation": {
         "_media-type": "application/vnd.ez.api.Relation+json",
@@ -12035,11 +12042,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Relation media-type="application/vnd.ez.api.Relation+xml" href="/api/ezp/v2/content/objects/59/versions/2/relations/40">
     <SourceContent media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/59"/>
@@ -12057,11 +12064,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Relation": {
         "_media-type": "application/vnd.ez.api.Relation+json",
@@ -12626,11 +12633,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <LocationCreate>
   <ParentLocation href="/api/ezp/v2/content/locations/1/42" />
@@ -12650,11 +12657,11 @@ 
Types
file_copy

-
+                            
                                 {
     "LocationCreate": {
         "ParentLocation": {
@@ -12731,11 +12738,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <LocationCreate>
   <ParentLocation href="/api/ezp/v2/content/locations/1/42" />
@@ -12755,11 +12762,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "LocationCreate": {
         "ParentLocation": {
@@ -12824,11 +12831,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/42/96">
     <id>96</id>
@@ -12846,7 +12853,7 @@ 
Types
<sortField>PATH</sortField> <sortOrder>ASC</sortOrder> <UrlAliases media-type="application/vnd.ez.api.UrlAliasRefList+xml" href="/api/ezp/v2/content/locations/1/2/42/96/urlaliases"/> -
+ <ContentInfo m
View more @@ -12858,11 +12865,11 @@
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -12890,7 +12897,8 @@ 
Types
}, "sortField": "PATH", "sortOrder": "ASC", -
+ "UrlAliases": { +
View more @@ -12958,11 +12966,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/42/96">
     <id>96</id>
@@ -13012,11 +13020,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -13310,11 +13318,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <LocationList media-type="application/vnd.ez.api.LocationList+xml" href="/api/ezp/v2/content/objects/63/locations">
     <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/57/65"/>
@@ -13330,11 +13338,11 @@ 
Types
file_copy

-
+                            
                                 {
     "LocationList": {
         "_media-type": "application/vnd.ez.api.LocationList+json",
@@ -13414,11 +13422,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <LocationList media-type="application/vnd.ez.api.LocationList+xml" href="/api/ezp/v2/content/objects/63/locations">
     <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/57/65"/>
@@ -13434,11 +13442,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "LocationList": {
         "_media-type": "application/vnd.ez.api.LocationList+json",
@@ -13677,11 +13685,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentObjectStates media-type="application/vnd.ez.api.ContentObjectStates+xml">
     <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/2/objectstates/1"/>
@@ -13700,11 +13708,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentObjectStates": {
         "_media-type": "application/vnd.ez.api.ContentObjectStates+json",
@@ -13795,11 +13803,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentObjectStates media-type="application/vnd.ez.api.ContentObjectStates+xml">
     <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/2/objectstates/1"/>
@@ -13818,11 +13826,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentObjectStates": {
         "_media-type": "application/vnd.ez.api.ContentObjectStates+json",
@@ -14310,11 +14318,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroupList media-type="application/vnd.ez.api.ObjectStateGroupList+xml" href="/api/ezp/v2/content/objectstategroups">
     <ObjectStateGroup media-type="application/vnd.ez.api.ObjectStateGroup+xml" href="/api/ezp/v2/content/objectstategroups/2">
@@ -14332,7 +14340,8 @@ 
Types
</ObjectStateGroup> <ObjectStateGroup media-type="application/vnd.ez.api.ObjectStateGroup+xml" href="/api/ezp/v2/content/objectstategroups/3"> <id>3</id> - <identifier>accessibil
+ <identifier>accessibility</identifier> +
View more @@ -14344,11 +14353,11 @@
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroupList": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroupList+json",
@@ -14372,7 +14381,8 @@ 
Types
"#text": "Lock" } ] -
+ }, + "
View more @@ -14440,11 +14450,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroupList media-type="application/vnd.ez.api.ObjectStateGroupList+xml" href="/api/ezp/v2/content/objectstategroups">
     <ObjectStateGroup media-type="application/vnd.ez.api.ObjectStateGroup+xml" href="/api/ezp/v2/content/objectstategroups/2">
@@ -14498,11 +14508,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroupList": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroupList+json",
@@ -14827,11 +14837,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroupCreate>
     <identifier>custom</identifier>
@@ -14854,11 +14864,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "identifier": "custom-states",
@@ -14946,11 +14956,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroupCreate>
     <identifier>custom</identifier>
@@ -14973,11 +14983,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "identifier": "custom-states",
@@ -15053,11 +15063,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroup media-type="application/vnd.ez.api.ObjectStateGroup+xml" href="/api/ezp/v2/content/objectstategroups/5">
     <id>5</id>
@@ -15084,11 +15094,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -15186,11 +15196,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroup media-type="application/vnd.ez.api.ObjectStateGroup+xml" href="/api/ezp/v2/content/objectstategroups/5">
     <id>5</id>
@@ -15217,11 +15227,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -15493,11 +15503,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroup media-type="application/vnd.ez.api.ObjectStateGroup+xml" href="/api/ezp/v2/content/objectstategroups/7">
     <id>7</id>
@@ -15523,11 +15533,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -15625,11 +15635,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroup media-type="application/vnd.ez.api.ObjectStateGroup+xml" href="/api/ezp/v2/content/objectstategroups/7">
     <id>7</id>
@@ -15655,11 +15665,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -15955,11 +15965,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroup media-type="application/vnd.ez.api.ObjectStateGroup+xml" href="/api/ezp/v2/content/objectstategroups/7">
     <id>7</id>
@@ -15986,11 +15996,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -16088,11 +16098,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateGroup media-type="application/vnd.ez.api.ObjectStateGroup+xml" href="/api/ezp/v2/content/objectstategroups/7">
     <id>7</id>
@@ -16119,11 +16129,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -16448,11 +16458,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateList media-type="application/vnd.ez.api.ObjectStateList+xml" href="/api/ezp/v2/content/objectstategroups/2/objectstates">
     <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/2/objectstates/1">
@@ -16470,7 +16480,8 @@ 
Types
</descriptions> </ObjectState> <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/2/objectstates/2"> -
+ <id>2</id> +
View more @@ -16482,11 +16493,11 @@
Types
file_copy

-
+                            
                                 {
     "ObjectStateList": {
         "_media-type": "application/vnd.ez.api.ObjectStateList+json",
@@ -16509,7 +16520,8 @@ 
Types
{ "_languageCode": "eng-GB", "#text": "Not locked" -
+ } +
View more @@ -16577,11 +16589,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateList media-type="application/vnd.ez.api.ObjectStateList+xml" href="/api/ezp/v2/content/objectstategroups/2/objectstates">
     <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/2/objectstates/1">
@@ -16625,11 +16637,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateList": {
         "_media-type": "application/vnd.ez.api.ObjectStateList+json",
@@ -16926,11 +16938,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateCreate>
   <identifier>new-state</identifier>
@@ -16955,11 +16967,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateCreate": {
         "identifier": "new-state",
@@ -17048,11 +17060,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateCreate>
   <identifier>new-state</identifier>
@@ -17077,11 +17089,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateCreate": {
         "identifier": "new-state",
@@ -17158,11 +17170,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/7/objectstates/5">
     <id>5</id>
@@ -17189,11 +17201,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -17292,11 +17304,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/7/objectstates/5">
     <id>5</id>
@@ -17323,11 +17335,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -17600,11 +17612,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/6/objectstates/2">
 <id>2</id>
@@ -17632,11 +17644,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -17735,11 +17747,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/6/objectstates/2">
 <id>2</id>
@@ -17767,11 +17779,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -18071,11 +18083,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateCreate>
   <priority>3</priority>
@@ -18096,11 +18108,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "names": {
@@ -18177,11 +18189,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectStateCreate>
   <priority>3</priority>
@@ -18202,11 +18214,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "names": {
@@ -18271,11 +18283,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/2/objectstates/2">
     <id>2</id>
@@ -18303,11 +18315,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -18406,11 +18418,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ObjectState media-type="application/vnd.ez.api.ObjectState+xml" href="/api/ezp/v2/content/objectstategroups/2/objectstates/2">
     <id>2</id>
@@ -18438,11 +18450,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -18772,11 +18784,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/58">
     <id>58</id>
@@ -18794,7 +18806,7 @@ 
Types
<sortField>PATH</sortField> <sortOrder>ASC</sortOrder> <UrlAliases media-type="application/vnd.ez.api.UrlAliasRefList+xml" href="/api/ezp/v2/content/locations/1/2/58/urlaliases"/> - <ContentInf
+ <ContentInfo media-type="app
View more @@ -18806,11 +18818,11 @@
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -18839,7 +18851,7 @@ 
Types
"sortField": "PATH", "sortOrder": "ASC", "UrlAliases": { -
+ "_media-type":
View more @@ -18907,11 +18919,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/58">
     <id>58</id>
@@ -18961,11 +18973,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -19294,11 +19306,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/61">
     <id>61</id>
@@ -19315,7 +19327,7 @@ 
Types
<sortField>NAME</sortField> <sortOrder>ASC</sortOrder> <UrlAliases media-type="application/vnd.ez.api.UrlAliasRefList+xml" href="/api/ezp/v2/content/locations/1/2/61/urlaliases"/> - <ContentInfo media-type="application/vnd.ez.api.ContentInfo
+ <ContentInfo media-type="application/vnd.ez.api.ContentInfo+xml" href="/api
View more @@ -19327,11 +19339,11 @@
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -19360,7 +19372,7 @@ 
Types
"sortField": "PATH", "sortOrder": "ASC", "UrlAliases": { -
+ "_media-type":
View more @@ -19428,11 +19440,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/61">
     <id>61</id>
@@ -19479,11 +19491,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -20115,11 +20127,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <LocationUpdate>
   <priority>3</priority>
@@ -20140,11 +20152,11 @@ 
Types
file_copy

-
+                            
                                 {
     "LocationUpdate": {
         "priority": "3",
@@ -20218,11 +20230,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <LocationUpdate>
   <priority>3</priority>
@@ -20243,11 +20255,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "LocationUpdate": {
         "priority": "3",
@@ -20309,11 +20321,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/58">
     <id>58</id>
@@ -20331,7 +20343,7 @@ 
Types
<sortField>PATH</sortField> <sortOrder>ASC</sortOrder> <UrlAliases media-type="application/vnd.ez.api.UrlAliasRefList+xml" href="/api/ezp/v2/content/locations/1/2/58/urlaliases"/> - <ContentInf
+ <ContentInfo media-type="app
View more @@ -20343,11 +20355,11 @@
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -20376,7 +20388,7 @@ 
Types
"sortField": "NAME", "sortOrder": "DESC", "UrlAliases": { - "_me
+ "_media-type": "application/vnd.
View more @@ -20444,11 +20456,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/58">
     <id>58</id>
@@ -20499,11 +20511,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -21480,11 +21492,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <SectionInput>
   <identifier>restricted</identifier>
@@ -21501,11 +21513,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -21579,11 +21591,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <SectionInput>
   <identifier>restricted</identifier>
@@ -21600,11 +21612,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -21666,11 +21678,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Section media-type="application/vnd.ez.api.Section+xml" href="/api/ezp/v2/content/sections/7">
     <sectionId>7</sectionId>
@@ -21689,11 +21701,11 @@ 
Types
file_copy

-
+                            
                                 {
     "SectionInput": {
         "identifier": "restricted",
@@ -21767,11 +21779,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Section media-type="application/vnd.ez.api.Section+xml" href="/api/ezp/v2/content/sections/7">
     <sectionId>7</sectionId>
@@ -21790,11 +21802,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "SectionInput": {
         "identifier": "restricted",
@@ -22039,11 +22051,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <SectionList media-type="application/vnd.ez.api.SectionList+xml" href="/api/ezp/v2/content/sections">
     <Section media-type="application/vnd.ez.api.Section+xml" href="/api/ezp/v2/content/sections/1">
@@ -22064,7 +22076,8 @@ 
Types
<Section media-type="application/vnd.ez.api.Section+xml" href="/api/ezp/v2/content/sections/6"> <sectionId>6</sectionId> <identifier>form</identifier> - <name>Form</
+ <name>Form</name> + </Section>
View more @@ -22076,11 +22089,11 @@
Types
file_copy

-
+                            
                                 {
     "SectionList": {
         "_media-type": "application/vnd.ez.api.SectionList+json",
@@ -22108,7 +22121,7 @@ 
Types
"name": "Media" }, { -
+ "_media-type": "applic
View more @@ -22176,11 +22189,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <SectionList media-type="application/vnd.ez.api.SectionList+xml" href="/api/ezp/v2/content/sections">
     <Section media-type="application/vnd.ez.api.Section+xml" href="/api/ezp/v2/content/sections/1">
@@ -22226,11 +22239,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "SectionList": {
         "_media-type": "application/vnd.ez.api.SectionList+json",
@@ -22522,11 +22535,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Section media-type="application/vnd.ez.api.Section+xml" href="/api/ezp/v2/content/sections/5">
     <sectionId>10</sectionId>
@@ -22545,11 +22558,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -22626,11 +22639,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Section media-type="application/vnd.ez.api.Section+xml" href="/api/ezp/v2/content/sections/5">
     <sectionId>10</sectionId>
@@ -22649,11 +22662,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -22931,11 +22944,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <SectionInput>
   <identifier>template</identifier>
@@ -22953,11 +22966,11 @@ 
Types
file_copy

-
+                            
                                 {
   "SectionInput": {
     "identifier": "template",
@@ -23028,11 +23041,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <SectionInput>
   <identifier>template</identifier>
@@ -23050,11 +23063,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "SectionInput": {
     "identifier": "template",
@@ -23113,11 +23126,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Section media-type="application/vnd.ez.api.Section+xml" href="/api/ezp/v2/content/sections/7">
     <sectionId>7</sectionId>
@@ -23136,11 +23149,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -23217,11 +23230,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Section media-type="application/vnd.ez.api.Section+xml" href="/api/ezp/v2/content/sections/7">
     <sectionId>7</sectionId>
@@ -23240,11 +23253,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -23573,11 +23586,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <Trash media-type="application/vnd.ez.api.Trash+xml" href="/api/ezp/v2/content/trash">
     <TrashItem media-type="application/vnd.ez.api.TrashItem+xml" href="/api/ezp/v2/content/trash/58">
@@ -23594,7 +23607,7 @@ 
Types
<sortField>PATH</sortField> <sortOrder>ASC</sortOrder> <ContentInfo media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/52"> - <Content media-type="application/vnd.ez.api.Content
+ <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="
View more @@ -23606,11 +23619,11 @@
Types
file_copy

-
+                            
                                 {
     "Trash": {
         "_media-type": "application/vnd.ez.api.Trash+json",
@@ -23635,7 +23648,7 @@ 
Types
"_media-type": "application/vnd.ez.api.Content+json", "_href": "/api/ezp/v2/content/objects/91" }, -
+ "sortField": "PAT
View more @@ -23703,11 +23716,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <Trash media-type="application/vnd.ez.api.Trash+xml" href="/api/ezp/v2/content/trash">
     <TrashItem media-type="application/vnd.ez.api.TrashItem+xml" href="/api/ezp/v2/content/trash/58">
@@ -23754,11 +23767,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Trash": {
         "_media-type": "application/vnd.ez.api.Trash+json",
@@ -24178,11 +24191,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <TrashItem media-type="application/vnd.ez.api.TrashItem+xml" href="/api/ezp/v2/content/trash/81">
     <id>81</id>
@@ -24199,7 +24212,7 @@ 
Types
<sortOrder>ASC</sortOrder> <ContentInfo media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/99"> <Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/99" remoteId="ae2b4568c0d2e7a4a9bca9495e73591a" id="99"> - <ContentType media-type="applicati
+ <ContentType media-type="application/vnd.ez.api.Co
View more @@ -24211,11 +24224,11 @@
Types
file_copy

-
+                            
                                 {
     "TrashItem": {
         "_media-type": "application/vnd.ez.api.TrashItem+json",
@@ -24242,7 +24255,8 @@ 
Types
"_media-type": "application/vnd.ez.api.ContentInfo+json", "_href": "/api/ezp/v2/content/objects/91", "Content": { - "_media-type": "application/vnd.ez.api.Con
+ "_media-type": "application/vnd.ez.api.ContentInfo+json", +
View more @@ -24310,11 +24324,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <TrashItem media-type="application/vnd.ez.api.TrashItem+xml" href="/api/ezp/v2/content/trash/81">
     <id>81</id>
@@ -24360,11 +24374,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "TrashItem": {
         "_media-type": "application/vnd.ez.api.TrashItem+json",
@@ -24814,11 +24828,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlAliasRefList media-type="application/vnd.ez.api.UrlAliasRefList+xml" href="/api/ezp/v2/content/urlaliases">
     <UrlAlias media-type="application/vnd.ez.api.UrlAlias+xml" href="/api/ezp/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
@@ -24835,11 +24849,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlAliasRefList": {
         "_media-type": "application/vnd.ez.api.UrlAliasRefList+json",
@@ -24919,11 +24933,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlAliasRefList media-type="application/vnd.ez.api.UrlAliasRefList+xml" href="/api/ezp/v2/content/urlaliases">
     <UrlAlias media-type="application/vnd.ez.api.UrlAlias+xml" href="/api/ezp/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
@@ -24940,11 +24954,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlAliasRefList": {
         "_media-type": "application/vnd.ez.api.UrlAliasRefList+json",
@@ -25189,11 +25203,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlAliasCreate type="LOCATION">
   <location href='/api/ezp/v2/content/locations/1/2/59' />
@@ -25214,11 +25228,11 @@ 
Types
file_copy

-
+                            
                                 {
   "UrlAliasCreate": {
     "_type": "GLOBAL",
@@ -25293,11 +25307,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlAliasCreate type="LOCATION">
   <location href='/api/ezp/v2/content/locations/1/2/59' />
@@ -25318,11 +25332,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "UrlAliasCreate": {
     "_type": "GLOBAL",
@@ -25385,11 +25399,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlAlias media-type="application/vnd.ez.api.UrlAlias+xml" href="/api/ezp/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
     <location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/59"/>
@@ -25412,11 +25426,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ez.api.UrlAlias+json",
@@ -25499,11 +25513,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlAlias media-type="application/vnd.ez.api.UrlAlias+xml" href="/api/ezp/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
     <location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/59"/>
@@ -25526,11 +25540,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ez.api.UrlAlias+json",
@@ -25752,11 +25766,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlAlias media-type="application/vnd.ez.api.UrlAlias+xml" href="/api/ezp/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
     <resource>content/view/full</resource>
@@ -25778,11 +25792,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ez.api.UrlAlias+json",
@@ -25865,11 +25879,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlAlias media-type="application/vnd.ez.api.UrlAlias+xml" href="/api/ezp/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
     <resource>content/view/full</resource>
@@ -25891,11 +25905,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ez.api.UrlAlias+json",
@@ -26180,11 +26194,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlWildcardList media-type="application/vnd.ez.api.UrlWildcardList+xml" href="/api/ezp/v2/content/urlwildcards">
     <UrlWildcard media-type="application/vnd.ez.api.UrlWildcard+xml" href="/api/ezp/v2/content/urlwildcards/1" id="1">
@@ -26205,11 +26219,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildcardList": {
         "_media-type": "application/vnd.ez.api.UrlWildcardList+json",
@@ -26293,11 +26307,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlWildcardList media-type="application/vnd.ez.api.UrlWildcardList+xml" href="/api/ezp/v2/content/urlwildcards">
     <UrlWildcard media-type="application/vnd.ez.api.UrlWildcard+xml" href="/api/ezp/v2/content/urlwildcards/1" id="1">
@@ -26318,11 +26332,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildcardList": {
         "_media-type": "application/vnd.ez.api.UrlWildcardList+json",
@@ -26561,11 +26575,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardCreate>
     	<sourceUrl>/api/ezp/v2/content/location/2</sourceUrl>
@@ -26580,11 +26594,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildCardCreate": {
         "sourceUrl": "/api/ezp/v2/content/location/2",
@@ -26643,11 +26657,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardCreate>
     	<sourceUrl>/api/ezp/v2/content/location/2</sourceUrl>
@@ -26661,11 +26675,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildCardCreate": {
         "sourceUrl": "/api/ezp/v2/content/location/2",
@@ -26680,11 +26694,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardCreate>
     	<sourceUrl>/api/ezp/v2/content/location/2</sourceUrl>
@@ -26698,11 +26712,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildCardCreate": {
         "sourceUrl": "/api/ezp/v2/content/location/2",
@@ -26762,11 +26776,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlWildcard media-type="application/vnd.ez.api.UrlWildcard+xml" href="/api/ezp/v2/content/urlwildcards/1" id="1">
     <sourceUrl>/api/ezp/v2/content/location/2</sourceUrl>
@@ -26785,11 +26799,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ez.api.UrlWildcard+json",
@@ -26867,11 +26881,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlWildcard media-type="application/vnd.ez.api.UrlWildcard+xml" href="/api/ezp/v2/content/urlwildcards/1" id="1">
     <sourceUrl>/api/ezp/v2/content/location/2</sourceUrl>
@@ -26890,11 +26904,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ez.api.UrlWildcard+json",
@@ -27111,11 +27125,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlWildcard media-type="application/vnd.ez.api.UrlWildcard+xml" href="/api/ezp/v2/content/urlwildcards/4" id="4">
     <sourceUrl>/api/ezp/v2/content/location/2</sourceUrl>
@@ -27134,11 +27148,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ez.api.UrlWildcard+json",
@@ -27216,11 +27230,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <UrlWildcard media-type="application/vnd.ez.api.UrlWildcard+xml" href="/api/ezp/v2/content/urlwildcards/4" id="4">
     <sourceUrl>/api/ezp/v2/content/location/2</sourceUrl>
@@ -27239,11 +27253,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ez.api.UrlWildcard+json",
@@ -27572,11 +27586,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupList media-type="application/vnd.ez.api.ContentTypeGroupList+xml" href="/api/ezp/v2/content/typegroups">
     <ContentTypeGroup media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1">
@@ -27591,7 +27605,7 @@ 
Types
<ContentTypeGroup media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/2"> <id>2</id> <identifier>Users</identifier> - <c
+ <created>2002-09
View more @@ -27603,11 +27617,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroupList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupList+json",
@@ -27629,7 +27643,8 @@ 
Types
"_href": "/api/ezp/v2/user/users/14" }, "ContentTypes": { - "_media-type": "application/vnd.ez.api.ContentTypeI
+ "_media-type": "application/vnd.ez.api.ContentTypeInfoList+json", +
View more @@ -27697,11 +27712,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupList media-type="application/vnd.ez.api.ContentTypeGroupList+xml" href="/api/ezp/v2/content/typegroups">
     <ContentTypeGroup media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1">
@@ -27744,11 +27759,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroupList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupList+json",
@@ -28049,11 +28064,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupInput>
     <identifier>newContentTypeGroup</identifier>
@@ -28070,11 +28085,11 @@ 
Types
file_copy

-
+                            
                                 {
   "ContentTypeGroupInput": {
     "identifier": "newContentTypeGroup"
@@ -28144,11 +28159,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupInput>
     <identifier>newContentTypeGroup</identifier>
@@ -28165,11 +28180,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentTypeGroupInput": {
     "identifier": "newContentTypeGroup"
@@ -28227,11 +28242,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ez.api.ContentTypeGroup+xml">
     <id>7</id>
@@ -28254,11 +28269,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroup+json",
@@ -28348,11 +28363,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ez.api.ContentTypeGroup+xml">
     <id>7</id>
@@ -28375,11 +28390,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroup+json",
@@ -28643,11 +28658,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeList media-type="application/vnd.ez.api.ContentTypeList+xml" href="/api/ezp/v2/content/typegroups/1/types">
  <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2">
@@ -28665,7 +28680,7 @@ 
Types
<Creator media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Modifier media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Groups media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/types/2/groups"/> - <Draft media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/
+ <Draft media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2/d
View more @@ -28677,11 +28692,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -28709,7 +28724,8 @@ 
Types
} ] }, - "creationDate": "2002
+ "creationDate": "2002-06-18T09:21:38+00:00", +
View more @@ -28777,11 +28793,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeList media-type="application/vnd.ez.api.ContentTypeList+xml" href="/api/ezp/v2/content/typegroups/1/types">
  <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2">
@@ -29828,11 +29844,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -31696,11 +31712,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupInput>
     <identifier>updatedIdentifer</identifier>
@@ -31717,11 +31733,11 @@ 
Types
file_copy

-
+                            
                                 {
   "ContentTypeGroupInput": {
     "identifier": "updatedIdentifer"
@@ -31791,11 +31807,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupInput>
     <identifier>updatedIdentifer</identifier>
@@ -31812,11 +31828,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentTypeGroupInput": {
     "identifier": "updatedIdentifer"
@@ -31874,11 +31890,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroup media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1">
     <id>4</id>
@@ -31901,11 +31917,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroup+json",
@@ -31995,11 +32011,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroup media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1">
     <id>4</id>
@@ -32022,11 +32038,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroup+json",
@@ -32325,11 +32341,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeInfoList media-type="application/vnd.ez.api.ContentTypeInfoList+xml" href="/api/ezp/v2/content/typegroups/1/types">
     <ContentTypeInfo media-type="application/vnd.ez.api.ContentTypeInfo+xml" href="/api/ezp/v2/content/types/2">
@@ -32345,7 +32361,7 @@ 
Types
<Creator media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Modifier media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Groups media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/types/2/groups"/> - <Draft media-type="application/vnd.ez
+ <Draft media-type="application/vnd.ez.api.ContentTyp
View more @@ -32357,11 +32373,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -32389,7 +32405,8 @@ 
Types
} ] }, - "creationDate": "2002-06-18T09:21:
+ "creationDate": "2002-06-18T09:21:38+00:00", +
View more @@ -32457,11 +32474,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeInfoList media-type="application/vnd.ez.api.ContentTypeInfoList+xml" href="/api/ezp/v2/content/typegroups/1/types">
     <ContentTypeInfo media-type="application/vnd.ez.api.ContentTypeInfo+xml" href="/api/ezp/v2/content/types/2">
@@ -32523,11 +32540,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -34794,11 +34811,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeCreate>
   <identifier>newContentType</identifier>
@@ -34825,7 +34842,8 @@ 
Types
<isTranslatable>true</isTranslatable> <isRequired>true</isRequired> <isInfoCollector>false</isInfoCollector> - <defaultValue>New Title
+ <defaultValue>New Title</defaultValue> + <isS
View more @@ -34877,11 +34895,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeCreate>
   <identifier>newContentType</identifier>
@@ -34981,11 +34999,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/20/draft">
     <id>20</id>
@@ -35003,7 +35021,7 @@ 
Types
<Modifier media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Groups media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/types/20/groups"/> <Draft media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/20/draft"/> - <remoteId>r
+ <remoteId>remoteId-qwert548<
View more @@ -35058,11 +35076,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/20/draft">
     <id>20</id>
@@ -35430,11 +35448,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeList media-type="application/vnd.ez.api.ContentTypeList+xml" href="/api/ezp/v2/content/typegroups/1/types">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2">
@@ -35450,7 +35468,7 @@ 
Types
<Creator media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Modifier media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Groups media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/types/2/groups"/> - <Draft media-type="application/vnd.ez.api.ContentType
+ <Draft media-type="application/vnd.ez.api.ContentType+xml" href="/ap
View more @@ -35462,11 +35480,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -35492,7 +35510,8 @@ 
Types
"creationDate": "2002-06-18T09:21:38+00:00", "modificationDate": "2004-04-20T09:56:29+00:00", "Creator": { - "_media-type": "application/vnd.ez
+ "_media-type": "application/vnd.ez.api.User+json", +
View more @@ -35560,11 +35579,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeList media-type="application/vnd.ez.api.ContentTypeList+xml" href="/api/ezp/v2/content/typegroups/1/types">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2">
@@ -36056,11 +36075,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -37042,11 +37061,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2">
     <id>2</id>
@@ -37064,7 +37083,7 @@ 
Types
<Draft media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2/draft"/> <remoteId>c15b600eb9198b1924063b5a68758232</remoteId> <urlAliasSchema></urlAliasSchema> - <nameSchema>&lt;short_tit
+ <nameSchema>&lt;short_title|title&gt;</nam
View more @@ -37076,11 +37095,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentType": {
         "_media-type": "application/vnd.ez.api.ContentType+json",
@@ -37112,7 +37131,9 @@ 
Types
}, "Modifier": { "_media-type": "application/vnd.ez.api.User+json", - "_href": "/api/ezp/v2/
+ "_href": "/api/ezp/v2/user/users/14" + }, +
View more @@ -37180,11 +37201,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2">
     <id>2</id>
@@ -37379,11 +37400,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentType": {
         "_media-type": "application/vnd.ez.api.ContentType+json",
@@ -37979,11 +38000,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeUpdate>
     <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
@@ -38000,11 +38021,11 @@ 
Types
file_copy

-
+                            
                                 {
   "ContentTypeUpdate": {
     "defaultAlwaysAvailable": "true"
@@ -38074,11 +38095,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeUpdate>
     <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
@@ -38095,11 +38116,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentTypeUpdate": {
     "defaultAlwaysAvailable": "true"
@@ -38157,11 +38178,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeInfo media-type="application/vnd.ez.api.ContentTypeInfo+xml" href="/api/ezp/v2/content/types/3/draft">
     <id>3</id>
@@ -38179,7 +38200,7 @@ 
Types
<Draft media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/3/draft"/> <remoteId>25b4268cdcd01921b808a0d854b877ef</remoteId> <urlAliasSchema></urlAliasSchema> - <nameSc
+ <nameSchema>&lt;name&gt;
View more @@ -38191,11 +38212,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ez.api.ContentTypeInfo+json",
@@ -38225,7 +38246,8 @@ 
Types
"_href": "/api/ezp/v2/user/users/14" }, "Groups": { - "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+j
+ "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+json", + "_href": "/
View more @@ -38293,11 +38315,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeInfo media-type="application/vnd.ez.api.ContentTypeInfo+xml" href="/api/ezp/v2/content/types/3/draft">
     <id>3</id>
@@ -38334,11 +38356,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ez.api.ContentTypeInfo+json",
@@ -38660,11 +38682,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinition media-type="application/vnd.ez.api.FieldDefinition+xml" href="/api/ezp/v2/content/types/2/fieldDefinitions/195">
     <id>195</id>
@@ -38701,11 +38723,11 @@ 
Types
file_copy

-
+                            
                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ez.api.FieldDefinition+json",
@@ -38740,7 +38762,8 @@ 
Types
} ] }, - "
+ "fieldSettings": [], + "valid
View more @@ -38808,11 +38831,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinition media-type="application/vnd.ez.api.FieldDefinition+xml" href="/api/ezp/v2/content/types/2/fieldDefinitions/195">
     <id>195</id>
@@ -38849,11 +38872,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ez.api.FieldDefinition+json",
@@ -39160,11 +39183,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeUpdate>
     <names>
@@ -39186,11 +39209,11 @@ 
Types
file_copy

-
+                            
                                 {
   "ContentTypeUpdate": {
     "names": {
@@ -39271,11 +39294,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeUpdate>
     <names>
@@ -39297,11 +39320,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentTypeUpdate": {
     "names": {
@@ -39370,11 +39393,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeInfo media-type="application/vnd.ez.api.ContentTypeInfo+xml" href="/api/ezp/v2/content/types/14/draft">
     <id>14</id>
@@ -39391,7 +39414,7 @@ 
Types
<Creator media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Modifier media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Groups media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/types/14/groups"/> - <Draft media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/c
+ <Draft media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/14/
View more @@ -39403,11 +39426,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ez.api.ContentTypeInfo+json",
@@ -39438,7 +39461,7 @@ 
Types
"_href": "/api/ezp/v2/user/users/14" }, "Modifier": { - "_media-type":
+ "_media-type": "application/vnd.ez.api.User+j
View more @@ -39506,11 +39529,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeInfo media-type="application/vnd.ez.api.ContentTypeInfo+xml" href="/api/ezp/v2/content/types/14/draft">
     <id>14</id>
@@ -39549,11 +39572,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ez.api.ContentTypeInfo+json",
@@ -39747,11 +39770,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/14">
     <id>14</id>
@@ -39768,7 +39791,8 @@ 
Types
<Creator media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Modifier media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/> <Groups media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/types/14/groups"/> - <Draft media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/typ
+ <Draft media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/14/draft"/> +
View more @@ -39823,11 +39847,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/14">
     <id>14</id>
@@ -40183,11 +40207,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionCreate>
     <identifier>name</identifier>
@@ -40252,11 +40276,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionCreate>
     <identifier>name</identifier>
@@ -40312,11 +40336,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinition media-type="application/vnd.ez.api.FieldDefinition+xml" href="/api/ezp/v2/content/types/14/draft/fieldDefinitions/221">
     <id>221</id>
@@ -40394,11 +40418,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinition media-type="application/vnd.ez.api.FieldDefinition+xml" href="/api/ezp/v2/content/types/14/draft/fieldDefinitions/221">
     <id>221</id>
@@ -40635,11 +40659,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinition media-type="application/vnd.ez.api.FieldDefinition+xml" href="/api/ezp/v2/content/types/2/fieldDefinitions/195">
     <id>195</id>
@@ -40676,11 +40700,11 @@ 
Types
file_copy

-
+                            
                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ez.api.FieldDefinition+json",
@@ -40715,7 +40739,8 @@ 
Types
} ] }, - "
+ "fieldSettings": [], + "valid
View more @@ -40783,11 +40808,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinition media-type="application/vnd.ez.api.FieldDefinition+xml" href="/api/ezp/v2/content/types/2/fieldDefinitions/195">
     <id>195</id>
@@ -40824,11 +40849,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ez.api.FieldDefinition+json",
@@ -41089,11 +41114,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionUpdate>
     <fieldGroup>new_field_group</fieldGroup>
@@ -41151,11 +41176,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionUpdate>
     <fieldGroup>new_field_group</fieldGroup>
@@ -41204,11 +41229,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinition media-type="application/vnd.ez.api.FieldDefinition+xml" href="/api/ezp/v2/content/types/15/draft/fieldDefinitions/197">
     <id>197</id>
@@ -41285,11 +41310,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinition media-type="application/vnd.ez.api.FieldDefinition+xml" href="/api/ezp/v2/content/types/15/draft/fieldDefinitions/197">
     <id>197</id>
@@ -41586,11 +41611,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupRefList media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/typegroups/2/types">
     <ContentTypeGroupRef media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1"/>
@@ -41607,11 +41632,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+json",
@@ -41691,11 +41716,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupRefList media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/typegroups/2/types">
     <ContentTypeGroupRef media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1"/>
@@ -41712,11 +41737,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+json",
@@ -41945,11 +41970,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupRefList media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/typegroups/15/types">
     <ContentTypeGroupRef media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1">
@@ -42017,11 +42042,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupRefList media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/typegroups/15/types">
     <ContentTypeGroupRef media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1">
@@ -42242,11 +42267,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupRefList media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/typegroups/15/types">
     <ContentTypeGroupRef media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1">
@@ -42268,11 +42293,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+json",
@@ -42364,11 +42389,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupRefList media-type="application/vnd.ez.api.ContentTypeGroupRefList+xml" href="/api/ezp/v2/content/typegroups/15/types">
     <ContentTypeGroupRef media-type="application/vnd.ez.api.ContentTypeGroup+xml" href="/api/ezp/v2/content/typegroups/1">
@@ -42390,11 +42415,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+json",
@@ -42438,7 +42463,7 @@ 

/content/assets

-

/content/assets/assets/images/{assetId}/{assetSource}

+

/content/assets/images/{assetId}/{assetSource}

  • @@ -42464,7 +42489,7 @@

    GET - /content/assets/assets/images/{assetId}/{assetSource} + /content/assets/images/{assetId}/{assetSource}

    Fetches the image asset value object. Depending on the provider, the asset metadata object can contain different parameters.

    @@ -42520,7 +42545,7 @@
    Possible responses
    -
    200 @@ -42580,18 +42605,18 @@
    Types
    -
    +
    -
    -
    -
    +
    +

    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Asset media-type="application/vnd.ez.api.Asset+xml" href="/api/ezp/v2/content/assets/images/UtrE5DcgEyg/unsplash">
         <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    @@ -42633,15 +42658,15 @@ 
    Types
    - View more + View more
    -