diff --git a/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.json.example b/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.json.example new file mode 100644 index 0000000000..eb4514cc91 --- /dev/null +++ b/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.json.example @@ -0,0 +1,28 @@ +{ + "ViewInput": { + "identifier": "TitleView", + "Query": { + "Filter": { + "ContentTypeIdentifierCriterion": "image", + "SectionIdentifierCriterion": "media", + "DateMetadataCriterion": { + "Target": "modified", + "Value": 1675681020, + "Operator": "gte" + } + }, + "limit": 10, + "offset": 0, + "SortClauses": { + "ContentName": "ascending" + }, + "Aggregations": [ + { + "ContentTypeTermAggregation": { + "name": "some name" + } + } + ] + } + } +} diff --git a/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.xml.example b/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.xml.example index 1169f530f4..45cc1f4897 100644 --- a/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.xml.example +++ b/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.xml.example @@ -1,18 +1,27 @@ TitleView - + image media + + modified + 1675681020 + gte + 10 0 ascending - - - - + + + + some name + + + + diff --git a/docs/api/rest_api_reference/input/ez-views.raml b/docs/api/rest_api_reference/input/ez-views.raml index 9398295edc..93eff24835 100644 --- a/docs/api/rest_api_reference/input/ez-views.raml +++ b/docs/api/rest_api_reference/input/ez-views.raml @@ -1,7 +1,12 @@ displayName: Views post: displayName: Create View - description: Executes a query and returns a View including the results. The View input reflects the criteria model of the public API. + description: | + Executes a query and returns a View including the results. + + View input reflects the criteria model of the public API. + + Refer to [Search Criteria Reference](/en/latest/search/criteria_reference/search_criteria_reference/) headers: Accept: description: The view in XML or JSON format. @@ -21,6 +26,9 @@ post: application/vnd.ez.api.ViewInput+xml: type: ViewInput example: !include examples/views/POST/ViewInput.xml.example + application/vnd.ibexa.api.ViewInput+json: + type: ViewInput + example: !include examples/views/POST/ViewInput.json.example responses: 200: body: diff --git a/docs/api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api_reference/rest_api_reference.html index d4abc308ba..ddb6fd2c40 100644 --- a/docs/api/rest_api_reference/rest_api_reference.html +++ b/docs/api/rest_api_reference/rest_api_reference.html @@ -88,7 +88,8 @@

/

GET /

-

Lists the root resources of the Ibexa Platform installation.

+

Lists the root resources of the Ibexa Platform installation.

+

Header parameters
@@ -227,11 +228,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"/>
@@ -255,11 +256,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Root": {
         "_media-type": "application/vnd.ez.api.Root+json",
@@ -356,11 +357,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"/>
@@ -398,11 +399,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Root": {
         "_media-type": "application/vnd.ez.api.Root+json",
@@ -547,7 +548,8 @@ 

/bookmark

GET /bookmark

-

Lists bookmarked Locations for the current user.

+

Lists bookmarked Locations for the current user.

+

Header parameters
@@ -744,11 +746,11 @@
Types
file_copy

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

-
+                            
                                 {
     "BookmarkList": {
         "_media-type": "application/vnd.ez.api.BookmarkList+json",
@@ -873,11 +875,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
     "BookmarkList": {
         "_media-type": "application/vnd.ez.api.BookmarkList+json",
@@ -1327,7 +1329,8 @@ 

/bookmark/{locationId} POST /bookmark/{locationId}

-

Add given Location to bookmarks of the current user.

+

Add given Location to bookmarks of the current user.

+

@@ -1403,7 +1406,8 @@
Possible responses
HEAD /bookmark/{locationId}

-

Checks if the given Location is bookmarked by the current user.

+

Checks if the given Location is bookmarked by the current user.

+

@@ -1471,7 +1475,8 @@
Possible responses
DELETE /bookmark/{locationId}

-

Deletes the given Location from bookmarks of the current user.

+

Deletes the given Location from bookmarks of the current user.

+

@@ -1569,7 +1574,8 @@

/content/objects

POST /content/objects

-

Creates a draft assigned to the authenticated user. If a different user ID is given in the input, the draft is assigned to the given user but this action requires special permissions for the authenticated user (this is useful for content staging where the transfer process does not have to authenticate with the user who created the Content item in the source server). The user needs to publish the Content item if it should be visible.

+

Creates a draft assigned to the authenticated user. If a different user ID is given in the input, the draft is assigned to the given user but this action requires special permissions for the authenticated user (this is useful for content staging where the transfer process does not have to authenticate with the user who created the Content item in the source server). The user needs to publish the Content item if it should be visible.

+

Header parameters
@@ -1781,11 +1787,11 @@
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"/>
@@ -1822,11 +1828,11 @@ 
Types
file_copy

-
+                            
                                 {
   "ContentCreate": {
     "ContentType": {
@@ -1927,11 +1933,11 @@ 
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"/>
@@ -1980,11 +1986,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentCreate": {
     "ContentType": {
@@ -2085,11 +2091,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"/>
@@ -2112,11 +2118,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>
@@ -2149,11 +2155,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Content": {
         "_media-type": "application/vnd.ez.api.Content+json",
@@ -2246,11 +2252,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"/>
@@ -2363,11 +2369,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>
@@ -3589,11 +3595,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"/>
@@ -3706,11 +3712,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>
@@ -4936,11 +4942,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Content": {
         "_media-type": "application/vnd.ez.api.Content+json",
@@ -5124,7 +5130,8 @@ 
Types
GET /content/objects

-

Loads Content item for a given remote ID.

+

Loads Content item for a given remote ID.

+

Query parameters
@@ -5254,7 +5261,8 @@

/content/objects GET /content/objects/{contentId}

-

Loads the Content item for the given ID. Depending on the Accept header the current version is embedded (i.e. the current published version or if it does not exist, the draft of the authenticated user).

+

Loads the Content item for the given ID. Depending on the Accept header the current version is embedded (i.e. the current published version or if it does not exist, the draft of the authenticated user).

+

Header parameters
@@ -5486,11 +5494,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"/>
@@ -5516,11 +5524,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Content": {
         "_media-type": "application/vnd.ez.api.Content+json",
@@ -5613,11 +5621,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"/>
@@ -5722,11 +5730,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Content": {
         "_media-type": "application/vnd.ez.api.Content+json",
@@ -5893,7 +5901,8 @@ 
Types
PATCH /content/objects/{contentId}

-

This method updates the content metadata which is independent from a version. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

This method updates the content metadata which is independent from a version. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Header parameters
@@ -6127,11 +6136,11 @@
Types
file_copy

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

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentUpdate>
   <mainLanguageCode>eng-GB</mainLanguageCode>
@@ -6250,11 +6259,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"/>
@@ -6320,11 +6329,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"/>
@@ -6373,7 +6382,8 @@ 
Types
DELETE /content/objects/{contentId}

-

Deletes Content item. If Content item has multiple Locations, all of them will be deleted via delete a subtree.

+

Deletes Content item. If Content item has multiple Locations, all of them will be deleted via delete a subtree.

+

@@ -6441,7 +6451,8 @@
Possible responses
COPY /content/objects/{contentId}

-

Creates new Content item as a copy, under the given parent Location given in the destination header. COPY or POST with header X-HTTP-Method-Override COPY.

+

Creates new Content item as a copy, under the given parent Location given in the destination header. COPY or POST with header X-HTTP-Method-Override COPY.

+

Header parameters
@@ -6556,7 +6567,8 @@

DELETE /content/objects/{contentId}/translations/{languageCode}

-

Permanently deletes a translation from all versions of a Content item.

+

Permanently deletes a translation from all versions of a Content item.

+

@@ -6661,7 +6673,8 @@

/ GET /content/objects/{contentId}/currentversion

-

Redirects to the current version of the Content item.

+

Redirects to the current version of the Content item.

+

@@ -6775,11 +6788,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>
@@ -6811,11 +6824,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -6911,11 +6924,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>
@@ -7097,11 +7110,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -7326,7 +7339,8 @@ 
Types
COPY /content/objects/{contentId}/currentversion

-

The system creates a new draft as a copy of the current version. COPY or POST with header X-HTTP-Method-Override COPY.

+

The system creates a new draft as a copy of the current version. COPY or POST with header X-HTTP-Method-Override COPY.

+

Header parameters
@@ -7489,11 +7503,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>
@@ -7525,11 +7539,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -7625,11 +7639,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>
@@ -7811,11 +7825,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -8054,7 +8068,8 @@ 

/conten GET /content/objects/{contentId}/versions

-

Returns a list of all versions of the Content item. This method does not include fields and relations in the version elements of the response.

+

Returns a list of all versions of the Content item. This method does not include fields and relations in the version elements of the response.

+

Header parameters
@@ -8201,11 +8216,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>
@@ -8235,11 +8250,11 @@ 
Types
file_copy

-
+                            
                                 {
     "VersionList": {
         "_media-type": "application/vnd.ez.api.VersionList+json",
@@ -8331,11 +8346,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>
@@ -8416,11 +8431,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "VersionList": {
         "_media-type": "application/vnd.ez.api.VersionList+json",
@@ -8618,7 +8633,8 @@ 

GET /content/objects/{contentId}/versions/{versionNo}

-

Loads a specific version of a Content item. This method returns Fields and relations.

+

Loads a specific version of a Content item. This method returns Fields and relations.

+

Header parameters
@@ -8882,11 +8898,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>
@@ -8918,11 +8934,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -9018,11 +9034,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>
@@ -9204,11 +9220,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -9433,7 +9449,8 @@ 
Types
PATCH /content/objects/{contentId}/versions/{versionNo}

-

A specific draft is updated. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

A specific draft is updated. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Header parameters
@@ -9702,11 +9719,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"
@@ -9780,11 +9797,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"
@@ -9849,11 +9866,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>
@@ -9934,11 +9951,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>
@@ -10018,7 +10035,8 @@ 
Types
COPY /content/objects/{contentId}/versions/{versionNo}

-

The system creates a new draft as a copy of the given version. COPY or POST with header X-HTTP-Method-Override COPY.

+

The system creates a new draft as a copy of the given version. COPY or POST with header X-HTTP-Method-Override COPY.

+

Header parameters
@@ -10173,11 +10191,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>
@@ -10209,11 +10227,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -10309,11 +10327,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>
@@ -10495,11 +10513,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -10724,7 +10742,8 @@ 
Types
DELETE /content/objects/{contentId}/versions/{versionNo}

-

Deletes the content version.

+

Deletes the content version.

+

@@ -10800,7 +10819,8 @@
Possible responses
PUBLISH /content/objects/{contentId}/versions/{versionNo}

-

Publishes the content version. PUBLISH or POST with header X-HTTP-Method-Override PUBLISH

+

Publishes the content version. PUBLISH or POST with header X-HTTP-Method-Override PUBLISH

+

@@ -10890,7 +10910,8 @@

DELETE /content/objects/{contentId}/versions/{versionNo}/translations/{languageCode}

-

Removes a translation from a version draft.

+

Removes a translation from a version draft.

+

@@ -11003,7 +11024,8 @@

GET /content/objects/{contentId}/versions/{versionNo}/relations

-

Loads the Relations of the given version.

+

Loads the Relations of the given version.

+

Header parameters
@@ -11208,11 +11230,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>
@@ -11244,11 +11266,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -11344,11 +11366,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>
@@ -11530,11 +11552,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ez.api.Version+json",
@@ -11759,7 +11781,8 @@ 
Types
POST /content/objects/{contentId}/versions/{versionNo}/relations

-

Creates a new Relation of type COMMON for the given draft.

+

Creates a new Relation of type COMMON for the given draft.

+

Header parameters
@@ -11934,11 +11957,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"/>
@@ -11956,11 +11979,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Relation": {
         "_media-type": "application/vnd.ez.api.Relation+json",
@@ -12043,11 +12066,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"/>
@@ -12065,11 +12088,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Relation": {
         "_media-type": "application/vnd.ez.api.Relation+json",
@@ -12136,7 +12159,8 @@ 

GET /content/objects/{contentId}/versions/{versionNo}/relations/{relationId}

-

Loads a Relation for the given Content item.

+

Loads a Relation for the given Content item.

+

Header parameters
@@ -12253,7 +12277,8 @@
Possible responses
DELETE /content/objects/{contentId}/versions/{versionNo}/relations/{relationId}

-

Deletes a Relation of the given draft.

+

Deletes a Relation of the given draft.

+

@@ -12343,7 +12368,8 @@

/conte GET /content/objects/{contentId}/relations

-

Redirects to the Relations of the current version.

+

Redirects to the Relations of the current version.

+

@@ -12432,7 +12458,8 @@

/conte POST /content/objects/{contentId}/locations

-

Creates a new Location for the given Content item.

+

Creates a new Location for the given Content item.

+

Header parameters
@@ -12634,11 +12661,11 @@
Types
file_copy

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

-
+                            
                                 {
     "LocationCreate": {
         "ParentLocation": {
@@ -12739,11 +12766,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
     "LocationCreate": {
         "ParentLocation": {
@@ -12832,11 +12859,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>
@@ -12866,11 +12893,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -12967,11 +12994,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>
@@ -13021,11 +13048,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -13136,7 +13163,8 @@ 
Types
GET /content/objects/{contentId}/locations

-

Loads all Locations for the given Content item.

+

Loads all Locations for the given Content item.

+

Header parameters
@@ -13319,11 +13347,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"/>
@@ -13339,11 +13367,11 @@ 
Types
file_copy

-
+                            
                                 {
     "LocationList": {
         "_media-type": "application/vnd.ez.api.LocationList+json",
@@ -13423,11 +13451,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"/>
@@ -13443,11 +13471,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "LocationList": {
         "_media-type": "application/vnd.ez.api.LocationList+json",
@@ -13511,7 +13539,8 @@ 

/co GET /content/objects/{contentId}/objectstates

-

Returns the Object states of a Content item

+

Returns the Object states of a Content item

+

Header parameters
@@ -13686,11 +13715,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"/>
@@ -13709,11 +13738,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentObjectStates": {
         "_media-type": "application/vnd.ez.api.ContentObjectStates+json",
@@ -13804,11 +13833,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"/>
@@ -13827,11 +13856,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentObjectStates": {
         "_media-type": "application/vnd.ez.api.ContentObjectStates+json",
@@ -13885,7 +13914,8 @@ 
Types
PATCH /content/objects/{contentId}/objectstates

-

Updates Object states of a Content item. An Object state in the input overrides the state of the Object state group. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Updates Object states of a Content item. An Object state in the input overrides the state of the Object state group. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Header parameters
@@ -14144,7 +14174,8 @@

/con GET /content/objectstategroups

-

Returns a list of all Object state groups.

+

Returns a list of all Object state groups.

+

Header parameters
@@ -14319,11 +14350,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">
@@ -14354,11 +14385,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroupList": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroupList+json",
@@ -14451,11 +14482,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">
@@ -14509,11 +14540,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroupList": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroupList+json",
@@ -14636,7 +14667,8 @@ 
Types
POST /content/objectstategroups

-

Creates a new Object state group.

+

Creates a new Object state group.

+

Header parameters
@@ -14838,11 +14870,11 @@
Types
file_copy

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

-
+                            
                                 {
     "ObjectStateGroup": {
         "identifier": "custom-states",
@@ -14957,11 +14989,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "identifier": "custom-states",
@@ -15064,11 +15096,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>
@@ -15095,11 +15127,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -15197,11 +15229,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>
@@ -15228,11 +15260,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -15321,7 +15353,8 @@ 

GET /content/objectstategroups/{objectStateGroupId}

-

Returns the Object state group with the provided ID.

+

Returns the Object state group with the provided ID.

+

Header parameters
@@ -15504,11 +15537,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>
@@ -15534,11 +15567,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -15636,11 +15669,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>
@@ -15666,11 +15699,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -15731,7 +15764,8 @@ 
Types
PATCH /content/objectstategroups/{objectStateGroupId}

-

Updates an Object state group. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Updates an Object state group. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Header parameters
@@ -15966,11 +16000,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>
@@ -15997,11 +16031,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -16099,11 +16133,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>
@@ -16130,11 +16164,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ez.api.ObjectStateGroup+json",
@@ -16195,7 +16229,8 @@ 
Types
DELETE /content/objectstategroups/{objectStateGroupId}

-

Deletes the given Object state group including Object states.

+

Deletes the given Object state group including Object states.

+

@@ -16284,7 +16319,8 @@

GET /content/objectstategroups/{objectStateGroupId}/objectstates

-

Returns a list of all Object states of the given group.

+

Returns a list of all Object states of the given group.

+

Header parameters
@@ -16459,11 +16495,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">
@@ -16494,11 +16530,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateList": {
         "_media-type": "application/vnd.ez.api.ObjectStateList+json",
@@ -16590,11 +16626,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">
@@ -16638,11 +16674,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateList": {
         "_media-type": "application/vnd.ez.api.ObjectStateList+json",
@@ -16739,7 +16775,8 @@ 
Types
POST /content/objectstategroups/{objectStateGroupId}/objectstates

-

Creates a new Object state.

+

Creates a new Object state.

+

Header parameters
@@ -16939,11 +16976,11 @@
Types
file_copy

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

-
+                            
                                 {
     "ObjectStateCreate": {
         "identifier": "new-state",
@@ -17061,11 +17098,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
     "ObjectStateCreate": {
         "identifier": "new-state",
@@ -17171,11 +17208,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>
@@ -17202,11 +17239,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -17305,11 +17342,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>
@@ -17336,11 +17373,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -17430,7 +17467,8 @@ 

GET /content/objectstategroups/{objectStateGroupId}/objectstates/{objectStateId}

-

Returns the Object state.

+

Returns the Object state.

+

Header parameters
@@ -17613,11 +17651,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>
@@ -17645,11 +17683,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -17748,11 +17786,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>
@@ -17780,11 +17818,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -17846,7 +17884,8 @@ 
Types
PATCH /content/objectstategroups/{objectStateGroupId}/objectstates/{objectStateId}

-

Updates an Object state. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Updates an Object state. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Header parameters
@@ -18084,11 +18123,11 @@
Types
file_copy

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

-
+                            
                                 {
     "ObjectStateGroup": {
         "names": {
@@ -18190,11 +18229,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "names": {
@@ -18284,11 +18323,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>
@@ -18316,11 +18355,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -18419,11 +18458,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>
@@ -18451,11 +18490,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ez.api.ObjectState+json",
@@ -18517,7 +18556,8 @@ 
Types
DELETE /content/objectstategroups/{objectStateGroupId}/objectstates/{objectStateId}

-

Deletes provided Object state.

+

Deletes provided Object state.

+

@@ -18602,7 +18642,8 @@

/content/locations

GET /content/locations

-

Loads the Location for a given ID (x), remote ID or URL alias.

+

Loads the Location for a given ID (x), remote ID or URL alias.

+

Query parameters
@@ -18785,11 +18826,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>
@@ -18819,11 +18860,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -18920,11 +18961,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>
@@ -18974,11 +19015,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -19138,7 +19179,8 @@ 

/content/locations/ GET /content/locations/{path}

-

Loads the Location for the given path e.g. '/content/locations/1/2/61'.

+

Loads the Location for the given path e.g. '/content/locations/1/2/61'.

+

Header parameters
@@ -19321,11 +19363,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>
@@ -19354,11 +19396,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -19455,11 +19497,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>
@@ -19506,11 +19548,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -19621,7 +19663,8 @@ 
Types
MOVE /content/locations/{path}

-

Moves Location to a different parent. The destination can also be '/content/trash' where the Location is put into the trash. (NOTE - Be aware that the user might lose access to the item after it has been moved, for example when read access is limited by a subtree). MOVE or POST with header X-HTTP-Method-Override MOVE.

+

Moves Location to a different parent. The destination can also be '/content/trash' where the Location is put into the trash. (NOTE - Be aware that the user might lose access to the item after it has been moved, for example when read access is limited by a subtree). MOVE or POST with header X-HTTP-Method-Override MOVE.

+

Header parameters
@@ -19730,7 +19773,8 @@
Possible responses
COPY /content/locations/{path}

-

Copies the subtree to a different parent. COPY or POST with header X-HTTP-Method-Override COPY.

+

Copies the subtree to a different parent. COPY or POST with header X-HTTP-Method-Override COPY.

+

Header parameters
@@ -19831,7 +19875,8 @@
Possible responses
DELETE /content/locations/{path}

-

Deletes the complete subtree for the given path. Every Content item which does not have any other Location is deleted. Otherwise the deleted Location is removed from the Content item. The children are recursively deleted.

+

Deletes the complete subtree for the given path. Every Content item which does not have any other Location is deleted. Otherwise the deleted Location is removed from the Content item. The children are recursively deleted.

+

@@ -19899,7 +19944,8 @@
Possible responses
PATCH /content/locations/{path}

-

Updates the Location. This method can also be used to hide/reveal a Location via the hidden field in the LocationUpdate. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Updates the Location. This method can also be used to hide/reveal a Location via the hidden field in the LocationUpdate. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Header parameters
@@ -20121,11 +20167,11 @@
Types
file_copy

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

-
+                            
                                 {
     "LocationUpdate": {
         "priority": "3",
@@ -20224,11 +20270,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
     "LocationUpdate": {
         "priority": "3",
@@ -20315,11 +20361,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>
@@ -20349,11 +20395,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -20450,11 +20496,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>
@@ -20505,11 +20551,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ez.api.Location+json",
@@ -20620,7 +20666,8 @@ 
Types
SWAP /content/locations/{path}

-

Swaps the Location of a Content item with the given Location of another Content item. SWAP or POST with header X-HTTP-Method-Override SWAP.

+

Swaps the Location of a Content item with the given Location of another Content item. SWAP or POST with header X-HTTP-Method-Override SWAP.

+

Header parameters
@@ -20735,7 +20782,8 @@

/content/l GET /content/locations/{path}/children

-

Loads all child Locations for the given parent Location.

+

Loads all child Locations for the given parent Location.

+

Header parameters
@@ -20930,11 +20978,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/locations/1/63/children">
     <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/63/60"/>
@@ -20997,11 +21045,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/locations/1/63/children">
     <Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/63/60"/>
@@ -21054,7 +21102,8 @@ 

/content GET /content/locations/{path}/urlaliases

-

Returns the list of URL aliases for a Location.

+

Returns the list of URL aliases for a Location.

+

Header parameters
@@ -21245,7 +21294,8 @@

/content/views

POST /content/views

-

Executes a query and returns View including the results. The View input reflects the criteria model of the public API. Will respond with a 301, as the resource has been moved to /views (Platform 1.0) - DEPRECATED.

+

Executes a query and returns View including the results. The View input reflects the criteria model of the public API. Will respond with a 301, as the resource has been moved to /views (Platform 1.0) - DEPRECATED.

+

Header parameters
@@ -21410,7 +21460,8 @@

/content/sections

POST /content/sections

-

Creates a new Section.

+

Creates a new Section.

+

Header parameters
@@ -21588,11 +21639,11 @@
Types
file_copy

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

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

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

-
+                                            
                                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -21774,11 +21825,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>
@@ -21797,11 +21848,11 @@ 
Types
file_copy

-
+                            
                                 {
     "SectionInput": {
         "identifier": "restricted",
@@ -21875,11 +21926,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>
@@ -21898,11 +21949,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "SectionInput": {
         "identifier": "restricted",
@@ -21939,7 +21990,8 @@ 
Types
GET /content/sections

-

Returns a list of all Sections.

+

Returns a list of all Sections.

+

Header parameters
@@ -22147,11 +22199,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">
@@ -22185,11 +22237,11 @@ 
Types
file_copy

-
+                            
                                 {
     "SectionList": {
         "_media-type": "application/vnd.ez.api.SectionList+json",
@@ -22285,11 +22337,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">
@@ -22335,11 +22387,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "SectionList": {
         "_media-type": "application/vnd.ez.api.SectionList+json",
@@ -22448,7 +22500,8 @@ 

/content/sectio GET /content/sections/{sectionId}

-

Returns the Section by given Section ID.

+

Returns the Section by given Section ID.

+

Header parameters
@@ -22631,11 +22684,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>
@@ -22654,11 +22707,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -22735,11 +22788,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>
@@ -22758,11 +22811,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -22802,7 +22855,8 @@ 
Types
PATCH /content/sections/{sectionId}

-

Updates a Section. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Updates a Section. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Header parameters
@@ -23040,11 +23094,11 @@
Types
file_copy

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

-
+                            
                                 {
   "SectionInput": {
     "identifier": "template",
@@ -23137,11 +23191,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
   "SectionInput": {
     "identifier": "template",
@@ -23222,11 +23276,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>
@@ -23245,11 +23299,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -23326,11 +23380,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>
@@ -23349,11 +23403,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Section": {
         "_media-type": "application/vnd.ez.api.Section+json",
@@ -23393,7 +23447,8 @@ 
Types
DELETE /content/sections/{sectionId}

-

The given Section is deleted.

+

The given Section is deleted.

+

@@ -23485,7 +23540,8 @@

/content/trash

GET /content/trash

-

Returns a list of all items in the Trash.

+

Returns a list of all items in the Trash.

+

Header parameters
@@ -23682,11 +23738,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">
@@ -23715,11 +23771,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Trash": {
         "_media-type": "application/vnd.ez.api.Trash+json",
@@ -23812,11 +23868,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">
@@ -23863,11 +23919,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Trash": {
         "_media-type": "application/vnd.ez.api.Trash+json",
@@ -24044,7 +24100,8 @@ 
Types
DELETE /content/trash

-

Empties the Trash.

+

Empties the Trash.

+

@@ -24132,7 +24189,8 @@

/content/trash/{ GET /content/trash/{trashItemid}

-

Returns the item in Trash with the provided ID.

+

Returns the item in Trash with the provided ID.

+

Header parameters
@@ -24287,11 +24345,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>
@@ -24320,11 +24378,11 @@ 
Types
file_copy

-
+                            
                                 {
     "TrashItem": {
         "_media-type": "application/vnd.ez.api.TrashItem+json",
@@ -24420,11 +24478,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>
@@ -24470,11 +24528,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "TrashItem": {
         "_media-type": "application/vnd.ez.api.TrashItem+json",
@@ -24576,7 +24634,8 @@ 
Types
MOVE /content/trash/{trashItemid}

-

Restores an item from Trash. MOVE or POST with header X-HTTP-Method-Override MOVE.

+

Restores an item from Trash. MOVE or POST with header X-HTTP-Method-Override MOVE.

+

Header parameters
@@ -24685,7 +24744,8 @@
Possible responses
DELETE /content/trash/{trashItemid}

-

Deletes the provided item from Trash.

+

Deletes the provided item from Trash.

+

@@ -24777,7 +24837,8 @@

/content/urlaliases

GET /content/urlaliases

-

Returns the list of global URL aliases.

+

Returns the list of global URL aliases.

+

Header parameters
@@ -24924,11 +24985,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" />
@@ -24945,11 +25006,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlAliasRefList": {
         "_media-type": "application/vnd.ez.api.UrlAliasRefList+json",
@@ -25029,11 +25090,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" />
@@ -25050,11 +25111,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlAliasRefList": {
         "_media-type": "application/vnd.ez.api.UrlAliasRefList+json",
@@ -25097,7 +25158,8 @@ 
Types
POST /content/urlaliases

-

Creates a URL alias.

+

Creates a URL alias.

+

Header parameters
@@ -25299,11 +25361,11 @@
Types
file_copy

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

-
+                            
                                 {
   "UrlAliasCreate": {
     "_type": "GLOBAL",
@@ -25403,11 +25465,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
   "UrlAliasCreate": {
     "_type": "GLOBAL",
@@ -25495,11 +25557,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"/>
@@ -25522,11 +25584,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ez.api.UrlAlias+json",
@@ -25609,11 +25671,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"/>
@@ -25636,11 +25698,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ez.api.UrlAlias+json",
@@ -25707,7 +25769,8 @@ 

/content/url GET /content/urlaliases/{urlAliasId}

-

Returns the URL alias with the given ID.

+

Returns the URL alias with the given ID.

+

Header parameters
@@ -25862,11 +25925,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>
@@ -25888,11 +25951,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ez.api.UrlAlias+json",
@@ -25975,11 +26038,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>
@@ -26001,11 +26064,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ez.api.UrlAlias+json",
@@ -26051,7 +26114,8 @@ 
Types
DELETE /content/urlaliases/{urlAliasId}

-

Deletes the provided URL alias.

+

Deletes the provided URL alias.

+

@@ -26143,7 +26207,8 @@

/content/urlwildcardsGET /content/urlwildcards

-

Returns a list of URL wildcards.

+

Returns a list of URL wildcards.

+

Header parameters
@@ -26290,11 +26355,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">
@@ -26315,11 +26380,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildcardList": {
         "_media-type": "application/vnd.ez.api.UrlWildcardList+json",
@@ -26403,11 +26468,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">
@@ -26428,11 +26493,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildcardList": {
         "_media-type": "application/vnd.ez.api.UrlWildcardList+json",
@@ -26479,7 +26544,8 @@ 
Types
POST /content/urlwildcards

-

Creates a new URL wildcard.

+

Creates a new URL wildcard.

+

Header parameters
@@ -26671,11 +26737,11 @@
Types
file_copy

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

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

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

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

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

-
+                                            
                                                 {
     "UrlWildCardCreate": {
         "sourceUrl": "/api/ezp/v2/content/location/2",
@@ -26872,11 +26938,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>
@@ -26895,11 +26961,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ez.api.UrlWildcard+json",
@@ -26977,11 +27043,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>
@@ -27000,11 +27066,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ez.api.UrlWildcard+json",
@@ -27066,7 +27132,8 @@ 

/content/u GET /content/urlwildcards/{wildcardId}

-

Returns the URL wildcard with the given ID.

+

Returns the URL wildcard with the given ID.

+

Header parameters
@@ -27221,11 +27288,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>
@@ -27244,11 +27311,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ez.api.UrlWildcard+json",
@@ -27326,11 +27393,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>
@@ -27349,11 +27416,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ez.api.UrlWildcard+json",
@@ -27394,7 +27461,8 @@ 
Types
DELETE /content/urlwildcards/{wildcardId}

-

Deletes the given URL wildcard.

+

Deletes the given URL wildcard.

+

@@ -27486,7 +27554,8 @@

/content/typegro GET /content/typegroups

-

Returns a list of all Content Type groups. If an identifier is provided, loads the Content Type group for this identifier.

+

Returns a list of all Content Type groups. If an identifier is provided, loads the Content Type group for this identifier.

+

Header parameters
@@ -27682,11 +27751,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">
@@ -27713,11 +27782,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroupList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupList+json",
@@ -27808,11 +27877,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">
@@ -27855,11 +27924,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroupList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupList+json",
@@ -27958,7 +28027,8 @@ 
Types
POST /content/typegroups

-

Creates a new Content Type group.

+

Creates a new Content Type group.

+

Header parameters
@@ -28160,11 +28230,11 @@
Types
file_copy

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

-
+                            
                                 {
   "ContentTypeGroupInput": {
     "identifier": "newContentTypeGroup"
@@ -28255,11 +28325,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
   "ContentTypeGroupInput": {
     "identifier": "newContentTypeGroup"
@@ -28338,11 +28408,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>
@@ -28365,11 +28435,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroup+json",
@@ -28459,11 +28529,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>
@@ -28486,11 +28556,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroup+json",
@@ -28571,7 +28641,8 @@ 

/con GET /content/typegroups/{contentTypeGroupId}

-

Returns the Content Type group with provided ID.

+

Returns the Content Type group with provided ID.

+

Header parameters
@@ -28754,11 +28825,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">
@@ -28788,11 +28859,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -28889,11 +28960,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">
@@ -29940,11 +30011,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -31570,7 +31641,8 @@ 
Types
PATCH /content/typegroups/{contentTypeGroupId}

-

Updates a Content Type group. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Updates a Content Type group. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Header parameters
@@ -31808,11 +31880,11 @@
Types
file_copy

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

-
+                            
                                 {
   "ContentTypeGroupInput": {
     "identifier": "updatedIdentifer"
@@ -31903,11 +31975,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
   "ContentTypeGroupInput": {
     "identifier": "updatedIdentifer"
@@ -31986,11 +32058,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>
@@ -32013,11 +32085,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroup+json",
@@ -32107,11 +32179,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>
@@ -32134,11 +32206,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroup+json",
@@ -32191,7 +32263,8 @@ 
Types
DELETE /content/typegroups/{contentTypeGroupId}

-

Deletes the provided Content Type group.

+

Deletes the provided Content Type group.

+

@@ -32288,7 +32361,8 @@

GET /content/typegroups/{contentTypeGroupId}/types

-

Returns a list of Content Types in the provided group.

+

Returns a list of Content Types in the provided group.

+

Header parameters
@@ -32437,11 +32511,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">
@@ -32469,11 +32543,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -32570,11 +32644,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">
@@ -32636,11 +32710,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -34682,7 +34756,8 @@ 
Types
POST /content/typegroups/{contentTypeGroupId}/types

-

Creates a new Content Type draft in the given Content Type group.

+

Creates a new Content Type draft in the given Content Type group.

+

Header parameters
@@ -34907,11 +34982,11 @@
Types
file_copy

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

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeCreate>
   <identifier>newContentType</identifier>
@@ -35095,11 +35170,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>
@@ -35172,11 +35247,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>
@@ -35277,7 +35352,8 @@ 

/content/types

GET /content/types

-

Returns a list of Content Types.

+

Returns a list of Content Types.

+

Header parameters
@@ -35544,11 +35620,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">
@@ -35576,11 +35652,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -35675,11 +35751,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">
@@ -36171,11 +36247,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ez.api.ContentTypeList+json",
@@ -36974,7 +37050,8 @@ 

/content/types GET /content/types/{contentTypeId}

-

Returns the Content Type with the provided ID.

+

Returns the Content Type with the provided ID.

+

Header parameters
@@ -37157,11 +37234,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>
@@ -37191,11 +37268,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentType": {
         "_media-type": "application/vnd.ez.api.ContentType+json",
@@ -37297,11 +37374,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>
@@ -37496,11 +37573,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentType": {
         "_media-type": "application/vnd.ez.api.ContentType+json",
@@ -37834,7 +37911,8 @@ 
Types
COPY /content/types/{contentTypeId}

-

Copies a Content Type. A new remote ID is generated, and the identifier of the copy is set to 'copy_of_originalBaseIdentifier_newTypeId' (or another random string). COPY or POST with header X-HTTP-Method-Override COPY.

+

Copies a Content Type. A new remote ID is generated, and the identifier of the copy is set to 'copy_of_originalBaseIdentifier_newTypeId' (or another random string). COPY or POST with header X-HTTP-Method-Override COPY.

+

@@ -37894,7 +37972,8 @@
Possible responses
POST /content/types/{contentTypeId}

-

Creates a draft and updates it with the given data.

+

Creates a draft and updates it with the given data.

+

Header parameters
@@ -38096,11 +38175,11 @@
Types
file_copy

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

-
+                            
                                 {
   "ContentTypeUpdate": {
     "defaultAlwaysAvailable": "true"
@@ -38191,11 +38270,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
   "ContentTypeUpdate": {
     "defaultAlwaysAvailable": "true"
@@ -38274,11 +38353,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>
@@ -38308,11 +38387,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ez.api.ContentTypeInfo+json",
@@ -38411,11 +38490,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>
@@ -38452,11 +38531,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ez.api.ContentTypeInfo+json",
@@ -38533,7 +38612,8 @@ 
Types
DELETE /content/types/{contentTypeId}

-

Deletes the provided Content Type.

+

Deletes the provided Content Type.

+

@@ -38623,7 +38703,8 @@

GET /content/types/{contentTypeId}/fieldDefinitions/{fieldDefinitionId}

-

Returns the Field definition by the given ID.

+

Returns the Field definition by the given ID.

+

Header parameters
@@ -38778,11 +38859,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>
@@ -38819,11 +38900,11 @@ 
Types
file_copy

-
+                            
                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ez.api.FieldDefinition+json",
@@ -38927,11 +39008,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>
@@ -38968,11 +39049,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ez.api.FieldDefinition+json",
@@ -39069,7 +39150,8 @@ 

/content PATCH /content/types/{contentTypeId}/draft

-

Updates metadata of a draft. This method does not handle Field definitions. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Updates metadata of a draft. This method does not handle Field definitions. PATCH or POST with header X-HTTP-Method-Override PATCH.

+

Header parameters
@@ -39279,11 +39361,11 @@
Types
file_copy

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

-
+                            
                                 {
   "ContentTypeUpdate": {
     "names": {
@@ -39390,11 +39472,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
   "ContentTypeUpdate": {
     "names": {
@@ -39489,11 +39571,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>
@@ -39522,11 +39604,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ez.api.ContentTypeInfo+json",
@@ -39625,11 +39707,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>
@@ -39668,11 +39750,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ez.api.ContentTypeInfo+json",
@@ -39754,7 +39836,8 @@ 
Types
PUBLISH /content/types/{contentTypeId}/draft

-

Publishes a Content Type draft. PUBLISH or POST with header X-HTTP-Method-Override PUBLISH.

+

Publishes a Content Type draft. PUBLISH or POST with header X-HTTP-Method-Override PUBLISH.

+

@@ -39866,11 +39949,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>
@@ -39943,11 +40026,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>
@@ -40029,7 +40112,8 @@ 
Types
DELETE /content/types/{contentTypeId}/draft

-

Deletes the provided Content Type draft.

+

Deletes the provided Content Type draft.

+

@@ -40111,7 +40195,8 @@

POST /content/types/{contentTypeId}/draft/fieldDefinitions

-

Creates a new Field definition for the given Content Type.

+

Creates a new Field definition for the given Content Type.

+

Header parameters
@@ -40303,11 +40388,11 @@
Types
file_copy

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

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionCreate>
     <identifier>name</identifier>
@@ -40432,11 +40517,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>
@@ -40514,11 +40599,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>
@@ -40600,7 +40685,8 @@ 

GET /content/types/{contentTypeId}/draft/fieldDefinitions/{fieldDefinitionId}

-

Returns the Field definition by the given ID.

+

Returns the Field definition by the given ID.

+

Header parameters
@@ -40755,11 +40841,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>
@@ -40796,11 +40882,11 @@ 
Types
file_copy

-
+                            
                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ez.api.FieldDefinition+json",
@@ -40904,11 +40990,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>
@@ -40945,11 +41031,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ez.api.FieldDefinition+json",
@@ -41018,7 +41104,8 @@ 
Types
PATCH /content/types/{contentTypeId}/draft/fieldDefinitions/{fieldDefinitionId}

-

Updates the attributes of a Field definition.

+

Updates the attributes of a Field definition.

+

Header parameters
@@ -41210,11 +41297,11 @@
Types
file_copy

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

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionUpdate>
     <fieldGroup>new_field_group</fieldGroup>
@@ -41325,11 +41412,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>
@@ -41406,11 +41493,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>
@@ -41463,7 +41550,8 @@ 
Types
DELETE /content/types/{contentTypeId}/draft/fieldDefinitions/{fieldDefinitionId}

-

Deletes the provided Field definition.

+

Deletes the provided Field definition.

+

@@ -41552,7 +41640,8 @@

/conten GET /content/types/{contentTypeId}/groups

-

Returns the Content Type group to which Content Type belongs to.

+

Returns the Content Type group to which Content Type belongs to.

+

Header parameters
@@ -41707,11 +41796,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"/>
@@ -41728,11 +41817,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+json",
@@ -41812,11 +41901,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"/>
@@ -41833,11 +41922,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+json",
@@ -41880,7 +41969,8 @@ 
Types
POST /content/types/{contentTypeId}/groups

-

Links a Content Type group to the Content Type and returns the updated group list.

+

Links a Content Type group to the Content Type and returns the updated group list.

+

Header parameters
@@ -42066,11 +42156,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">
@@ -42138,11 +42228,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">
@@ -42200,7 +42290,8 @@ 

/c DELETE /content/types/{contentTypeId}/groups/{id}

-

Removes the given group from the Content Type and returns the updated group list.

+

Removes the given group from the Content Type and returns the updated group list.

+

Header parameters
@@ -42363,11 +42454,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">
@@ -42389,11 +42480,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+json",
@@ -42485,11 +42576,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">
@@ -42511,11 +42602,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ez.api.ContentTypeGroupRefList+json",
@@ -42587,7 +42678,8 @@ 

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

-

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

+

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

+

Header parameters
@@ -42731,11 +42823,11 @@
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>
@@ -42806,11 +42898,11 @@ 
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>
@@ -42877,7 +42969,8 @@ 

/calendar/event

GET /calendar/event

-

Calendar event list.

+

Calendar event list.

+

Header parameters
@@ -43134,11 +43227,11 @@
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <EventList media-type="application/vnd.ez.api.EventList+xml" currentPage="/api/ezp/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
     <totalCount>5</totalCount>
@@ -43155,11 +43248,11 @@ 
Types
file_copy

-
+                            
                                 {
     "EventList": {
         "_media-type": "application/vnd.ez.api.EventList+json",
@@ -43236,11 +43329,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <EventList media-type="application/vnd.ez.api.EventList+xml" currentPage="/api/ezp/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
     <totalCount>5</totalCount>
@@ -43257,11 +43350,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "EventList": {
         "_media-type": "application/vnd.ez.api.EventList+json",
@@ -43315,7 +43408,8 @@ 

/calendar/even GET /calendar/event/grouped-by-day

-

Calendar event list grouped by day.

+

Calendar event list grouped by day.

+

Header parameters
@@ -43572,11 +43666,11 @@
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <EventGroupList media-type="application/vnd.ez.api.EventGroupList+xml">
     <EventGroup media-type="application/vnd.ez.api.EventGroup+xml" currentPage="/api/ezp/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
@@ -43605,11 +43699,11 @@ 
Types
file_copy

-
+                            
                                 {
     "EventGroupList": {
         "_media-type": "application/vnd.ez.api.EventGroupList+json",
@@ -43700,11 +43794,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <EventGroupList media-type="application/vnd.ez.api.EventGroupList+xml">
     <EventGroup media-type="application/vnd.ez.api.EventGroup+xml" currentPage="/api/ezp/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
@@ -43853,11 +43947,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "EventGroupList": {
         "_media-type": "application/vnd.ez.api.EventGroupList+json",
@@ -44119,7 +44213,8 @@ 

/calendar/event/{ POST /calendar/event/{eventType}

-

A calendar action that e.g. reschedules or unschedules calendar events. The event type should always be copied from an event.

+

A calendar action that e.g. reschedules or unschedules calendar events. The event type should always be copied from an event.

+

Header parameters
@@ -44239,11 +44334,11 @@
Types
file_copy

-
+                            
                                 {
   "UnscheduleAction": {
     "events": [
@@ -44302,11 +44397,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "UnscheduleAction": {
     "events": [
@@ -44366,7 +44461,10 @@ 

/views

POST /views

-

Executes a query and returns a View including the results. The View input reflects the criteria model of the public API.

+

Executes a query and returns a View including the results.

+

View input reflects the criteria model of the public API.

+

Refer to Search Criteria Reference

+

Header parameters
@@ -44534,6 +44632,16 @@
Types
aria-selected="true"> xml + +
@@ -44546,29 +44654,83 @@
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ViewInput>
   <identifier>TitleView</identifier>
-  <ContentQuery>
+  <Query>
     <Filter>
       <ContentTypeIdentifierCriterion>image</ContentTypeIdentifierCriterion>
       <SectionIdentifierCriterion>media</SectionIdentifierCriterion>
+      <DateMetadataCriterion>
+        <Target>modified</Target>
+        <Value>1675681020</Value>
+        <Operator>gte</Operator>
+      </DateMetadataCriterion>
     </Filter>
     <limit>10</limit>
     <offset>0</offset>
     <SortClauses>
       <ContentName>ascending</ContentName>
     </SortClauses>
-    <FacetBuilders>
-      <contentTypeFacetBuilder/>
-    </FacetBuilders>
-  </ContentQuery>
+    <Aggregations>
+      <Aggregation>
+        <ContentTypeTermAggregation>
+          <name>some name</name>
+        </ContentTypeTermAggregation>
+      </Aggregation>
+    </Aggregations>
+  </Query>
 </ViewInput>
+
+                            
+
+ View more +
+
+
+

+ file_copy + +

+
+                                {
+    "ViewInput": {
+        "identifier": "TitleView",
+        "Query": {
+            "Filter": {
+                "ContentTypeIdentifierCriterion": "image",
+                "SectionIdentifierCriterion": "media",
+                "DateMetadataCriterion": {
+                    "Target": "modified",
+                    "Value": 1675681020,
+                    "Operator": "gte"
+                }
+            },
+            "limit": 10,
+            "offset": 0,
+            "SortClauses": {
+                "ContentName": "ascending"
+            },
+            "Aggregations": [
+                {
+                    "ContentTypeTermAggregation": {
+                        "name": "some name"
+                    }
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -44608,6 +44770,19 @@
Types
  • +
  • + +
  • +
  • @@ -44621,29 +44796,83 @@
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ViewInput>
       <identifier>TitleView</identifier>
    -  <ContentQuery>
    +  <Query>
         <Filter>
           <ContentTypeIdentifierCriterion>image</ContentTypeIdentifierCriterion>
           <SectionIdentifierCriterion>media</SectionIdentifierCriterion>
    +      <DateMetadataCriterion>
    +        <Target>modified</Target>
    +        <Value>1675681020</Value>
    +        <Operator>gte</Operator>
    +      </DateMetadataCriterion>
         </Filter>
         <limit>10</limit>
         <offset>0</offset>
         <SortClauses>
           <ContentName>ascending</ContentName>
         </SortClauses>
    -    <FacetBuilders>
    -      <contentTypeFacetBuilder/>
    -    </FacetBuilders>
    -  </ContentQuery>
    +    <Aggregations>
    +      <Aggregation>
    +        <ContentTypeTermAggregation>
    +          <name>some name</name>
    +        </ContentTypeTermAggregation>
    +      </Aggregation>
    +    </Aggregations>
    +  </Query>
     </ViewInput>
    +
    +                                            
    +
    +

    +
    +
    +

    + file_copy + +

    +
    +                                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "Query": {
    +            "Filter": {
    +                "ContentTypeIdentifierCriterion": "image",
    +                "SectionIdentifierCriterion": "media",
    +                "DateMetadataCriterion": {
    +                    "Target": "modified",
    +                    "Value": 1675681020,
    +                    "Operator": "gte"
    +                }
    +            },
    +            "limit": 10,
    +            "offset": 0,
    +            "SortClauses": {
    +                "ContentName": "ascending"
    +            },
    +            "Aggregations": [
    +                {
    +                    "ContentTypeTermAggregation": {
    +                        "name": "some name"
    +                    }
    +                }
    +            ]
    +        }
    +    }
    +}
     
                                                 
    @@ -44687,11 +44916,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <View href="/views/TitleView" media-type="application/vnd.ez.api.View+xml; version=1.1">
       <identifier>TitleView</identifier>
    @@ -44773,11 +45002,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <View href="/views/TitleView" media-type="application/vnd.ez.api.View+xml; version=1.1">
       <identifier>TitleView</identifier>
    @@ -44899,7 +45128,8 @@ 

    /user/groups

    GET /user/groups

    -

    Loads User Groups for either an an ID or a remote ID or a Role.

    +

    Loads User Groups for either an an ID or a remote ID or a Role.

    +

    Header parameters
    @@ -45115,11 +45345,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupList media-type="application/vnd.ez.api.UserGroupList+xml" href="/api/ezp/v2/user/groups">
         <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    @@ -45141,11 +45371,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupList": {
             "_media-type": "application/vnd.ez.api.UserGroupList+json",
    @@ -45236,11 +45466,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupList media-type="application/vnd.ez.api.UserGroupList+xml" href="/api/ezp/v2/user/groups">
         <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    @@ -45346,11 +45576,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupList": {
             "_media-type": "application/vnd.ez.api.UserGroupList+json",
    @@ -45551,7 +45781,8 @@ 

    /user/groups/root

    GET /user/groups/root

    -

    Redirects to the root User Group.

    +

    Redirects to the root User Group.

    +

    @@ -45638,7 +45869,8 @@

    /user/groups/{path}

    GET /user/groups/{path}

    -

    Loads User Groups for the given {path}.

    +

    Loads User Groups for the given {path}.

    +

    Header parameters
    @@ -45821,11 +46053,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/3"/>
    @@ -45848,11 +46080,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ez.api.UserGroup+json",
    @@ -45946,11 +46178,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/3"/>
    @@ -46024,11 +46256,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ez.api.UserGroup+json",
    @@ -46179,7 +46411,8 @@ 
    Types
    PATCH /user/groups/{path}

    -

    Updates a User Group. PATCH or POST with header X-HTTP-Method-Override PATCH.

    +

    Updates a User Group. PATCH or POST with header X-HTTP-Method-Override PATCH.

    +

    Header parameters
    @@ -46415,11 +46648,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupUpdate>
     	<Section href="/api/ezp/v2/content/sections/2" />
    @@ -46436,11 +46669,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupUpdate":{
             "Section": {
    @@ -46512,11 +46745,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupUpdate>
     	<Section href="/api/ezp/v2/content/sections/2" />
    @@ -46533,11 +46766,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupUpdate":{
             "Section": {
    @@ -46597,11 +46830,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/3"/>
    @@ -46624,11 +46857,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ez.api.UserGroup+json",
    @@ -46722,11 +46955,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/3"/>
    @@ -46800,11 +47033,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ez.api.UserGroup+json",
    @@ -46955,7 +47188,8 @@ 
    Types
    DELETE /user/groups/{path}

    -

    The given User Group is deleted.

    +

    The given User Group is deleted.

    +

    @@ -47023,7 +47257,8 @@
    Possible responses
    MOVE /user/groups/{path}

    -

    Moves the User Group to another parent. MOVE or POST with header X-HTTP-Method-Override MOVE.

    +

    Moves the User Group to another parent. MOVE or POST with header X-HTTP-Method-Override MOVE.

    +

    Header parameters
    @@ -47153,7 +47388,8 @@

    /user/groups/{path} GET /user/groups/{path}/users

    -

    Loads the Users of the Group with the given ID.

    +

    Loads the Users of the Group with the given ID.

    +

    Header parameters
    @@ -47360,11 +47596,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ez.api.UserRefList+xml" href="/api/ezp/v2/user/groups/13/users">
         <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/113"/>
    @@ -47381,11 +47617,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserRefList": {
             "_media-type": "application/vnd.ez.api.UserRefList+json",
    @@ -47469,11 +47705,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ez.api.UserRefList+xml" href="/api/ezp/v2/user/groups/13/users">
         <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/113"/>
    @@ -47490,11 +47726,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserRefList": {
             "_media-type": "application/vnd.ez.api.UserRefList+json",
    @@ -47541,7 +47777,8 @@ 
    Types
    POST /user/groups/{path}/users

    -

    Creates a new User in the given Group.

    +

    Creates a new User in the given Group.

    +

    Header parameters
    @@ -47751,11 +47988,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -47787,11 +48024,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UserCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -47879,11 +48116,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -47915,11 +48152,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UserCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -47995,11 +48232,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/4"/>
    @@ -48023,11 +48260,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "User": {
             "_media-type": "application/vnd.ez.api.User+json",
    @@ -48121,11 +48358,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
     <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/4"/>
    @@ -48224,11 +48461,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "User": {
             "_media-type": "application/vnd.ez.api.User+json",
    @@ -48429,7 +48666,8 @@ 

    /user/groups/{p GET /user/groups/{path}/subgroups

    -

    Returns a list of the subgroups.

    +

    Returns a list of the subgroups.

    +

    Header parameters
    @@ -48636,11 +48874,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ez.api.UserGroupRefList+xml" href="/api/ezp/v2/user/groups/13/subgroups">
         <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/13/112"/>
    @@ -48656,11 +48894,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ez.api.UserGroupRefList+json",
    @@ -48740,11 +48978,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ez.api.UserGroupRefList+xml" href="/api/ezp/v2/user/groups/13/subgroups">
         <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/13/112"/>
    @@ -48760,11 +48998,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ez.api.UserGroupRefList+json",
    @@ -48807,7 +49045,8 @@ 
    Types
    POST /user/groups/{path}/subgroups

    -

    Creates a new User Group under the given parent. To create a top level group use '/user/groups/subgroups'.

    +

    Creates a new User Group under the given parent. To create a top level group use '/user/groups/subgroups'.

    +

    Header parameters
    @@ -49001,11 +49240,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -49034,11 +49273,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UserGroupCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -49123,11 +49362,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -49156,11 +49395,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UserGroupCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -49233,11 +49472,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
         <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/3"/>
    @@ -49261,11 +49500,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ez.api.UserGroup+json",
    @@ -49359,11 +49598,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
         <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/3"/>
    @@ -49437,11 +49676,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ez.api.UserGroup+json",
    @@ -49613,7 +49852,8 @@ 

    /user/groups/{path} GET /user/groups/{path}/roles

    -

    Returns a list of all Roles assigned to the given User Group.

    +

    Returns a list of all Roles assigned to the given User Group.

    +

    Header parameters
    @@ -49750,11 +49990,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/groups/1/42/44/roles/1">
         <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/1"/>
    @@ -49813,11 +50053,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/groups/1/42/44/roles/1">
         <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/1"/>
    @@ -49852,7 +50092,8 @@ 
    Types
    POST /user/groups/{path}/roles

    -

    Assigns a Role to a User Group.

    +

    Assigns a Role to a User Group.

    +

    Header parameters
    @@ -50046,11 +50287,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
       <Role href="/api/ezp/v2/user/roles/10" media-type="application/vnd.ez.api.RoleAssignInput+xml"/>
    @@ -50072,11 +50313,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -50167,11 +50408,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
       <Role href="/api/ezp/v2/user/roles/10" media-type="application/vnd.ez.api.RoleAssignInput+xml"/>
    @@ -50193,11 +50434,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -50276,11 +50517,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ez.api.RoleAssignmentList+xml" href="/api/ezp/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/groups/1/5/65/roles/3">
    @@ -50311,11 +50552,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -50399,11 +50640,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ez.api.RoleAssignmentList+xml" href="/api/ezp/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/groups/1/5/65/roles/3">
    @@ -50443,11 +50684,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -50515,7 +50756,8 @@ 

    /user/grou GET /user/groups/{path}/roles/{roleId}

    -

    Returns a Role assignment of the given User Group.

    +

    Returns a Role assignment of the given User Group.

    +

    Header parameters
    @@ -50662,11 +50904,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/groups/1/11/12/roles/1">
         <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/1"/>
    @@ -50682,11 +50924,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ez.api.RoleAssignment+json",
    @@ -50764,11 +51006,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/groups/1/11/12/roles/1">
         <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/1"/>
    @@ -50784,11 +51026,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ez.api.RoleAssignment+json",
    @@ -50829,7 +51071,8 @@ 
    Types
    DELETE /user/groups/{path}/roles/{roleId}

    -

    The given Role is removed from the User or User Group.

    +

    The given Role is removed from the User or User Group.

    +

    Header parameters
    @@ -50976,11 +51219,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ez.api.RoleAssignmentList+xml" href="/api/ezp/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/groups/1/5/65/roles/3">
    @@ -51004,11 +51247,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -51103,11 +51346,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ez.api.RoleAssignmentList+xml" href="/api/ezp/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/groups/1/5/65/roles/3">
    @@ -51131,11 +51374,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -51217,7 +51460,8 @@ 

    /user/users

    GET /user/users

    -

    Load Users either for a given remote ID or Role.

    +

    Load Users either for a given remote ID or Role.

    +

    Header parameters
    @@ -51458,11 +51702,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ez.api.UserRefList+xml" href="/api/ezp/v2/user/users">
         <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/>
    @@ -51479,11 +51723,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserList": {
             "_media-type": "application/vnd.ez.api.UserList+json",
    @@ -51575,11 +51819,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ez.api.UserRefList+xml" href="/api/ezp/v2/user/users">
         <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/14"/>
    @@ -51596,11 +51840,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserList": {
             "_media-type": "application/vnd.ez.api.UserList+json",
    @@ -51786,7 +52030,8 @@ 
    Types
    HEAD /user/users

    -

    Verifies if there are Users matching given filter.

    +

    Verifies if there are Users matching given filter.

    +

    Query parameters
    @@ -51960,7 +52205,8 @@

    /user/users/{userId}

    GET /user/users/{userId}

    -

    Loads User with the given ID.

    +

    Loads User with the given ID.

    +

    Header parameters
    @@ -52143,11 +52389,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserList media-type="application/vnd.ez.api.UserList+xml" href="/api/ezp/v2/user/users">
         <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    @@ -52170,11 +52416,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserList": {
             "_media-type": "application/vnd.ez.api.UserList+json",
    @@ -52266,11 +52512,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserList media-type="application/vnd.ez.api.UserList+xml" href="/api/ezp/v2/user/users">
         <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    @@ -52378,11 +52624,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserList": {
             "_media-type": "application/vnd.ez.api.UserList+json",
    @@ -52568,7 +52814,8 @@ 
    Types
    PATCH /user/users/{userId}

    -

    Updates a User.

    +

    Updates a User.

    +

    Header parameters
    @@ -52812,11 +53059,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserUpdate>
       <login>josevargas</login>
    @@ -52834,11 +53081,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserUpdate": {
             "login": "josevargas",
    @@ -52909,11 +53156,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserUpdate>
       <login>josevargas</login>
    @@ -52931,11 +53178,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserUpdate": {
             "login": "josevargas",
    @@ -52994,11 +53241,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
         <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/4"/>
    @@ -53021,11 +53268,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "User": {
             "_media-type": "application/vnd.ez.api.User+json",
    @@ -53119,11 +53366,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ez.api.User+xml" href="/api/ezp/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
         <ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/4"/>
    @@ -53229,11 +53476,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "User": {
             "_media-type": "application/vnd.ez.api.User+json",
    @@ -53413,7 +53660,8 @@ 
    Types
    DELETE /user/users/{userId}

    -

    Deletes the given User.

    +

    Deletes the given User.

    +

    @@ -53510,7 +53758,8 @@

    /user/users/{user GET /user/users/{userId}/groups

    -

    Returns a list of User Groups the User belongs to. The returned list includes the resources for unassigning a User Group if the User is in multiple groups.

    +

    Returns a list of User Groups the User belongs to. The returned list includes the resources for unassigning a User Group if the User is in multiple groups.

    +

    Header parameters
    @@ -53705,11 +53954,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ez.api.UserGroupRefList+xml" href="/api/ezp/v2/user/users/55/groups">
         <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/12">
    @@ -53774,11 +54023,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ez.api.UserGroupRefList+xml" href="/api/ezp/v2/user/users/55/groups">
         <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/12">
    @@ -53819,7 +54068,8 @@ 
    Types
    POST /user/users/{userId}/groups

    -

    Assigns the User to a User Group.

    +

    Assigns the User to a User Group.

    +

    Header parameters
    @@ -54015,11 +54265,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ez.api.UserGroupRefList+xml" href="/api/ezp/v2/user/users/115/groups">
         <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/12">
    @@ -54041,11 +54291,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ez.api.UserGroupRefList+json",
    @@ -54137,11 +54387,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ez.api.UserGroupRefList+xml" href="/api/ezp/v2/user/users/115/groups">
         <UserGroup media-type="application/vnd.ez.api.UserGroup+xml" href="/api/ezp/v2/user/groups/1/5/12">
    @@ -54163,11 +54413,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ez.api.UserGroupRefList+json",
    @@ -54236,7 +54486,8 @@ 

    /user/u DELETE /user/users/{userId}/groups/{groupId}

    -

    Unassigns the User from a User Group.

    +

    Unassigns the User from a User Group.

    +

    Header parameters
    @@ -54389,11 +54640,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList href="/user/users/45/groups"
       media-type="application/vnd.ez.api.UserGroupRefList">
    @@ -54459,11 +54710,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList href="/user/users/45/groups"
       media-type="application/vnd.ez.api.UserGroupRefList">
    @@ -54526,7 +54777,8 @@ 

    /user/users/{userI GET /user/users/{userId}/roles

    -

    Returns a list of all Roles assigned to the given User.

    +

    Returns a list of all Roles assigned to the given User.

    +

    Header parameters
    @@ -54673,11 +54925,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ez.api.RoleAssignmentList+xml" href="/api/ezp/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/users/115/roles/2">
    @@ -54700,11 +54952,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -54799,11 +55051,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ez.api.RoleAssignmentList+xml" href="/api/ezp/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/users/115/roles/2">
    @@ -54826,11 +55078,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -54888,7 +55140,8 @@ 
    Types
    POST /user/users/{userId}/roles

    -

    Assigns a Role to a user.

    +

    Assigns a Role to a user.

    +

    Header parameters
    @@ -55082,11 +55335,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
         <Role href="/api/ezp/v2/user/roles/2" media-type="application/vnd.ez.api.RoleAssignInput+xml"/>
    @@ -55108,11 +55361,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -55203,11 +55456,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
         <Role href="/api/ezp/v2/user/roles/2" media-type="application/vnd.ez.api.RoleAssignInput+xml"/>
    @@ -55229,11 +55482,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -55312,11 +55565,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ez.api.RoleAssignmentList+xml" href="/api/ezp/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/users/115/roles/2">
    @@ -55347,11 +55600,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -55445,11 +55698,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ez.api.RoleAssignmentList+xml" href="/api/ezp/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/users/115/roles/2">
    @@ -55480,11 +55733,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -55582,7 +55835,8 @@ 

    /user/use GET /user/users/{userId}/roles/{roleId}

    -

    Returns a Role assignment to the given User.

    +

    Returns a Role assignment to the given User.

    +

    Header parameters
    @@ -55729,11 +55983,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/users/113/roles/3">
         <limitation identifier="Section">
    @@ -55754,11 +56008,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ez.api.RoleAssignment+json",
    @@ -55847,11 +56101,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ez.api.RoleAssignment+xml" href="/api/ezp/v2/user/users/113/roles/3">
         <limitation identifier="Section">
    @@ -55872,11 +56126,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ez.api.RoleAssignment+json",
    @@ -55928,7 +56182,8 @@ 
    Types
    DELETE /user/users/{userId}/roles/{roleId}

    -

    The given Role is removed from the user.

    +

    The given Role is removed from the user.

    +

    Header parameters
    @@ -56075,11 +56330,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ez.api.RoleAssignmentList+xml">
       <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ez.api.RoleAssignment+xml">
    @@ -56107,11 +56362,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -56203,11 +56458,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ez.api.RoleAssignmentList+xml">
       <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ez.api.RoleAssignment+xml">
    @@ -56235,11 +56490,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ez.api.RoleAssignmentList+json",
    @@ -56318,7 +56573,8 @@ 

    /user/roles

    GET /user/roles

    -

    Returns a list of all Roles.

    +

    Returns a list of all Roles.

    +

    Header parameters
    @@ -56532,11 +56788,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleList media-type="application/vnd.ez.api.RoleList+xml" href="/api/ezp/v2/user/roles">
         <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/1">
    @@ -56564,11 +56820,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleList": {
             "_media-type": "application/vnd.ez.api.RoleList+json",
    @@ -56662,11 +56918,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleList media-type="application/vnd.ez.api.RoleList+xml" href="/api/ezp/v2/user/roles">
         <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/1">
    @@ -56709,11 +56965,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleList": {
             "_media-type": "application/vnd.ez.api.RoleList+json",
    @@ -56815,7 +57071,8 @@ 
    Types
    POST /user/roles

    -

    Creates a new Role or Role draft.

    +

    Creates a new Role or Role draft.

    +

    Header parameters
    @@ -57041,11 +57298,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/19">
         <identifier>NewRole</identifier>
    @@ -57062,11 +57319,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -57145,11 +57402,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/19">
         <identifier>NewRole</identifier>
    @@ -57166,11 +57423,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -57247,7 +57504,8 @@ 

    /user/roles/{id}

    GET /user/roles/{id}

    -

    Loads a Role for the given ID.

    +

    Loads a Role for the given ID.

    +

    Header parameters
    @@ -57430,11 +57688,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/21">
         <identifier>NewRole</identifier>
    @@ -57451,11 +57709,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -57534,11 +57792,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/21">
         <identifier>NewRole</identifier>
    @@ -57555,11 +57813,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -57601,7 +57859,8 @@ 
    Types
    POST /user/roles/{id}

    -

    Creates a new Role draft from an existing Role.

    +

    Creates a new Role draft from an existing Role.

    +

    Header parameters
    @@ -57784,11 +58043,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role href="/user/roles/11" media-type="application/vnd.ez.api.RoleDraft+xml">
       <identifier>MyRole</identifier>
    @@ -57806,11 +58065,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -57889,11 +58148,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role href="/user/roles/11" media-type="application/vnd.ez.api.RoleDraft+xml">
       <identifier>MyRole</identifier>
    @@ -57911,11 +58170,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -57957,7 +58216,8 @@ 
    Types
    PATCH /user/roles/{id}

    -

    Updates a Role. PATCH or POST with header X-HTTP-Method-Override PATCH

    +

    Updates a Role. PATCH or POST with header X-HTTP-Method-Override PATCH

    +

    Header parameters
    @@ -58187,11 +58447,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>NewIdentifier</identifier>
    @@ -58208,11 +58468,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleInput": {
             "identifier": "NewIdentifier"
    @@ -58282,11 +58542,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>NewIdentifier</identifier>
    @@ -58303,11 +58563,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleInput": {
             "identifier": "NewIdentifier"
    @@ -58365,11 +58625,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/5">
         <identifier>NewIdentifier</identifier>
    @@ -58387,11 +58647,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -58470,11 +58730,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/5">
         <identifier>NewIdentifier</identifier>
    @@ -58492,11 +58752,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -58538,7 +58798,8 @@ 
    Types
    DELETE /user/roles/{id}

    -

    The given Role and all assignments to Users or User Groups are deleted.

    +

    The given Role and all assignments to Users or User Groups are deleted.

    +

    @@ -58633,7 +58894,8 @@

    /user/roles/{id}/draft GET /user/roles/{id}/draft

    -

    Loads a Role draft by original Role ID.

    +

    Loads a Role draft by original Role ID.

    +

    Header parameters
    @@ -58816,11 +59078,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/27">
         <identifier>Anonymous</identifier>
    @@ -58837,11 +59099,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -58920,11 +59182,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/27">
         <identifier>Anonymous</identifier>
    @@ -58941,11 +59203,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -58987,7 +59249,8 @@ 
    Types
    PATCH /user/roles/{id}/draft

    -

    Updates a Role draft. PATCH or POST with header X-HTTP-Method-Override PATCH.

    +

    Updates a Role draft. PATCH or POST with header X-HTTP-Method-Override PATCH.

    +

    Header parameters
    @@ -59225,11 +59488,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>UpdatedIdentifier</identifier>
    @@ -59246,11 +59509,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleInput": {
             "identifier": "UpdatedIdentifier"
    @@ -59320,11 +59583,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>UpdatedIdentifier</identifier>
    @@ -59341,11 +59604,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleInput": {
             "identifier": "UpdatedIdentifier"
    @@ -59403,11 +59666,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/9">
         <identifier>UpdatedIdentifier</identifier>
    @@ -59425,11 +59688,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -59508,11 +59771,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ez.api.Role+xml" href="/api/ezp/v2/user/roles/9">
         <identifier>UpdatedIdentifier</identifier>
    @@ -59530,11 +59793,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ez.api.Role+json",
    @@ -59576,7 +59839,8 @@ 
    Types
    PUBLISH /user/roles/{id}/draft

    -

    Publishes a Role draft. PUBLISH or POST with header X-HTTP-Method-Override PUBLISH.

    +

    Publishes a Role draft. PUBLISH or POST with header X-HTTP-Method-Override PUBLISH.

    +

    @@ -59652,7 +59916,8 @@
    Possible responses
    DELETE /user/roles/{id}/draft

    -

    The given Role draft is deleted.

    +

    The given Role draft is deleted.

    +

    @@ -59740,7 +60005,8 @@

    /user/roles/{id}/po GET /user/roles/{id}/policies

    -

    Loads Policies for the given Role.

    +

    Loads Policies for the given Role.

    +

    Header parameters
    @@ -59895,11 +60161,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ez.api.PolicyList+xml" href="/api/ezp/v2/user/roles/1/policies">
         <Policy media-type="application/vnd.ez.api.Policy+xml" href="/api/ezp/v2/user/roles/1/policies/349">
    @@ -59933,11 +60199,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ez.api.PolicyList+json",
    @@ -60029,11 +60295,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ez.api.PolicyList+xml" href="/api/ezp/v2/user/roles/1/policies">
         <Policy media-type="application/vnd.ez.api.Policy+xml" href="/api/ezp/v2/user/roles/1/policies/349">
    @@ -60098,11 +60364,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ez.api.PolicyList+json",
    @@ -60237,7 +60503,8 @@ 
    Types
    DELETE /user/roles/{id}/policies

    -

    All Policies of the given Role are deleted.

    +

    All Policies of the given Role are deleted.

    +

    @@ -60297,7 +60564,8 @@
    Possible responses
    POST /user/roles/{id}/policies

    -

    Creates a Policy

    +

    Creates a Policy

    +

    Header parameters
    @@ -60489,11 +60757,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyCreate>
         <module>content</module>
    @@ -60562,11 +60830,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyCreate>
         <module>content</module>
    @@ -60626,11 +60894,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ez.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -60703,11 +60971,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ez.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -60784,7 +61052,8 @@ 

    /user/roles/{i PATCH /user/roles/{id}/policies/{id}

    -

    Updates a Policy. PATCH or POST with header X-HTTP-Method-Override PATCH.

    +

    Updates a Policy. PATCH or POST with header X-HTTP-Method-Override PATCH.

    +

    Header parameters
    @@ -61018,11 +61287,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyUpdate>
         <limitations>
    @@ -61089,11 +61358,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyUpdate>
         <limitations>
    @@ -61151,11 +61420,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ez.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61228,11 +61497,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ez.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61281,7 +61550,8 @@ 
    Types
    GET /user/roles/{id}/policies/{id}

    -

    Loads a Policy for the given module and function.

    +

    Loads a Policy for the given module and function.

    +

    Header parameters
    @@ -61464,11 +61734,11 @@
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ez.api.Policy+xml">
       <id>45</id>
       <module>content</module>
    @@ -61500,11 +61770,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Policy": {
             "_media-type": "application/vnd.ez.api.Policy+json",
    @@ -61581,11 +61851,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ez.api.Policy+xml">
       <id>45</id>
       <module>content</module>
    @@ -61617,11 +61887,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Policy": {
             "_media-type": "application/vnd.ez.api.Policy+json",
    @@ -61661,7 +61931,8 @@ 
    Types
    DELETE /user/roles/{id}/policies/{id}

    -

    Deletes given Policy.

    +

    Deletes given Policy.

    +

    @@ -61746,7 +62017,8 @@

    /user/policies

    GET /user/policies

    -

    Search all Policies which are applied to a given User.

    +

    Search all Policies which are applied to a given User.

    +

    Header parameters
    @@ -61926,11 +62198,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ez.api.PolicyList+xml" href="/api/ezp/v2/user/policies">
         <Policy media-type="application/vnd.ez.api.Policy+xml" href="/api/ezp/v2/user/roles/1/policies/349">
    @@ -61964,11 +62236,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ez.api.PolicyList+json",
    @@ -62060,11 +62332,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ez.api.PolicyList+xml" href="/api/ezp/v2/user/policies">
         <Policy media-type="application/vnd.ez.api.Policy+xml" href="/api/ezp/v2/user/roles/1/policies/349">
    @@ -62129,11 +62401,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ez.api.PolicyList+json",
    @@ -62285,7 +62557,8 @@ 

    /user/sessions

    POST /user/sessions

    -

    Performs a login for the user or checks if session exists and returns the session and session cookie. The client will need to remember both session name/ID and CSRF token as this is for security reasons not exposed via GET.

    +

    Performs a login for the user or checks if session exists and returns the session and session cookie. The client will need to remember both session name/ID and CSRF token as this is for security reasons not exposed via GET.

    +

    Header parameters
    @@ -62554,11 +62827,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SessionInput>
       <login>admin</login>
    @@ -62576,11 +62849,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "SessionInput": {
         "login": "admin",
    @@ -62652,11 +62925,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SessionInput>
       <login>admin</login>
    @@ -62674,11 +62947,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "SessionInput": {
         "login": "admin",
    @@ -62738,11 +63011,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ez.api.Session+xml">
       <name>eZSSID</name>
    @@ -62762,11 +63035,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -62846,11 +63119,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ez.api.Session+xml">
       <name>eZSSID</name>
    @@ -62870,11 +63143,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -62937,11 +63210,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ez.api.Session+xml">
       <name>eZSSID</name>
    @@ -62961,11 +63234,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63045,11 +63318,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ez.api.Session+xml">
       <name>eZSSID</name>
    @@ -63069,11 +63342,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63130,7 +63403,8 @@ 

    /user/sessions/{se DELETE /user/sessions/{sessionId}

    -

    The user session is removed i.e. the user is logged out.

    +

    The user session is removed i.e. the user is logged out.

    +

    Header parameters
    @@ -63265,7 +63539,8 @@

    /user/sess POST /user/sessions/{sessionId}/refresh

    -

    Get the session's User information.

    +

    Get the session's User information.

    +

    Header parameters
    @@ -63432,11 +63707,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ez.api.Session+xml">
       <name>eZSSID</name>
    @@ -63456,11 +63731,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63540,11 +63815,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ez.api.Session+xml">
       <name>eZSSID</name>
    @@ -63564,11 +63839,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63628,7 +63903,8 @@ 

    /user/token/jwt

    POST /user/token/jwt

    -

    Creates JWT authentication token.

    +

    Creates JWT authentication token.

    +

    Header parameters
    @@ -63814,11 +64090,11 @@
    Types
    file_copy

    -
    +                            
                                     <JWTInput>
         <password>publish</password>
         <username>admin</username>
    @@ -63835,11 +64111,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "JWTInput": {
             "username": "admin",
    @@ -63911,11 +64187,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <JWTInput>
         <password>publish</password>
         <username>admin</username>
    @@ -63932,11 +64208,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "JWTInput": {
             "username": "admin",
    @@ -63996,11 +64272,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <JWT media-type="application/vnd.ez.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
    @@ -64015,11 +64291,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "JWT": {
             "_media-type": "application/vnd.ez.api.JWT+json",
    @@ -64094,11 +64370,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <JWT media-type="application/vnd.ez.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
    @@ -64113,11 +64389,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "JWT": {
             "_media-type": "application/vnd.ez.api.JWT+json",
    @@ -64175,7 +64451,8 @@ 

    /services/countries

    GET /services/countries

    -

    Gives access to an ISO-3166 formatted list of world countries. It is useful when presenting a country options list from any application.

    +

    Gives access to an ISO-3166 formatted list of world countries. It is useful when presenting a country options list from any application.

    +

    Header parameters
    @@ -64304,11 +64581,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <CountryList media-type="application/vnd.ez.api.CountryList+xml">
         <Country media-type="application/vnd.ez.api.Country+xml" id="AF">
    @@ -64392,11 +64669,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <CountryList media-type="application/vnd.ez.api.CountryList+xml">
         <Country media-type="application/vnd.ez.api.Country+xml" id="AF">
    @@ -65930,7 +66207,7 @@ 

    /commerce/basket

    GET /commerce/basket

    -

    Returns baskets for the current user. Only "storedBasket" and "wishList" types are handled. Others will return validation error. +

    Returns baskets for the current user. Only "storedBasket" and "wishList" types are handled. Others will return validation error.

    @@ -66073,11 +66350,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "BasketListResponse": {
         "_media-type": "application\/vnd.ez.api.BasketListResponse+json",
    @@ -66163,11 +66440,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketListResponse": {
         "_media-type": "application\/vnd.ez.api.BasketListResponse+json",
    @@ -66264,7 +66541,7 @@ 

    /commerce/basket/cur GET /commerce/basket/current

    -

    Returns a Basket instance for the current session. If there isn't one, a new one will be created. +

    Returns a Basket instance for the current session. If there isn't one, a new one will be created.

    Header parameters
    @@ -66392,11 +66669,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -66490,11 +66767,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -66752,8 +67029,9 @@ 

    /commerce COPY /commerce/basket/current/{basketId}

    -

    Adds basket lines into current basket in user session, if any, using basket stored in permanent +

    Adds basket lines into current basket in user session, if any, using basket stored in permanent storage.

    +

    @@ -66860,11 +67138,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -66958,11 +67236,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -67216,11 +67494,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -67286,11 +67564,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -67428,7 +67706,8 @@ 

    /c PATCH /commerce/basket/current/party/{partyType}

    -

    Updates party (buyer, delivery, invoice) information in the basket.

    +

    Updates party (buyer, delivery, invoice) information in the basket.

    +

    @@ -67540,11 +67819,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "PartyData": {
         "_data-type":"invoice",
    @@ -67632,11 +67911,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PartyData": {
         "_data-type":"invoice",
    @@ -67738,11 +68017,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -67836,11 +68115,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -68104,7 +68383,8 @@ 

    /comm PATCH /commerce/basket/current/shippingmethod

    -

    Updates shipping information in the current basket.

    +

    Updates shipping information in the current basket.

    +

    @@ -68216,11 +68496,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingMethodData": {
         "shippingMethod": "mail"
    @@ -68278,11 +68558,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingMethodData": {
         "shippingMethod": "mail"
    @@ -68331,11 +68611,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -68429,11 +68709,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -68697,7 +68977,8 @@ 

    /comme PATCH /commerce/basket/current/paymentmethod

    -

    Updates payment information in the current basket.

    +

    Updates payment information in the current basket.

    +

    @@ -68809,11 +69090,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "PaymentMethodData": {
         "paymentMethod": "invoice"
    @@ -68871,11 +69152,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PaymentMethodData": {
         "paymentMethod": "invoice"
    @@ -68924,11 +69205,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -69022,11 +69303,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -69290,7 +69571,8 @@ 

    /commerce/ba PATCH /commerce/basket/current/voucher

    -

    Updates and checks voucher in current basket.

    +

    Updates and checks voucher in current basket.

    +

    @@ -69402,11 +69684,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "VoucherData": {
         "voucherCode": "1234567"
    @@ -69464,11 +69746,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "VoucherData": {
         "voucherCode": "1234567"
    @@ -69517,11 +69799,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -69615,11 +69897,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -69883,7 +70165,8 @@ 

    /commerce/baske POST /commerce/basket/current/line

    -

    Adds products to the current basket.

    +

    Adds products to the current basket.

    +

    @@ -69995,11 +70278,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "BasketLineData": [
         {
    @@ -70062,11 +70345,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketLineData": [
         {
    @@ -70120,11 +70403,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -70218,11 +70501,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -70476,11 +70759,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -70546,11 +70829,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -70606,7 +70889,8 @@ 

    /commerce/basket/ GET /commerce/basket/{basketId}

    -

    Gets basket by ID.

    +

    Gets basket by ID.

    +

    @@ -70694,11 +70978,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -70791,11 +71075,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -70891,7 +71175,7 @@ 

    /commerce/ba PATCH /commerce/basket/{basketId}/name

    -

    Updates the name of the stored basket. +

    Updates the name of the stored basket.

    @@ -70985,11 +71269,11 @@

    Types
    file_copy

    -
    +                            
                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71047,11 +71331,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71100,11 +71384,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -71198,11 +71482,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -71460,7 +71744,7 @@ 

    /commerce/ba PATCH /commerce/basket/{basketId}/note

    -

    Updates the note of the stored basket. +

    Updates the note of the stored basket.

    @@ -71554,11 +71838,11 @@

    Types
    file_copy

    -
    +                            
                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71616,11 +71900,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71669,11 +71953,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -71767,11 +72051,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -72029,7 +72313,8 @@ 

    /commerce/ba POST /commerce/basket/{basketId}/line

    -

    Adds products to the stored basket.

    +

    Adds products to the stored basket.

    +

    @@ -72141,11 +72426,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "BasketLineData": [
         {
    @@ -72208,11 +72493,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketLineData": [
         {
    @@ -72266,11 +72551,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -72364,11 +72649,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -72622,11 +72907,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -72692,11 +72977,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -72859,11 +73144,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -72957,11 +73242,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -73215,11 +73500,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -73285,11 +73570,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -73345,7 +73630,8 @@ 

    /commerce/baske POST /commerce/basket/{basketName}

    -

    Creates a new persisted basket.

    +

    Creates a new persisted basket.

    +

    @@ -73452,11 +73738,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -73550,11 +73836,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ez.api.Basket+json",
    @@ -73808,11 +74094,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -73878,11 +74164,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ez.api.ValidationResponse+json",
    @@ -74029,11 +74315,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PaymentMethodDataResponse": {
         "_media-type": "application\/vnd.ez.api.PaymentMethodDataResponse+json",
    @@ -74099,11 +74385,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PaymentMethodDataResponse": {
         "_media-type": "application\/vnd.ez.api.PaymentMethodDataResponse+json",
    @@ -74247,11 +74533,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingMethodDataResponse": {
         "_media-type": "application\/vnd.ez.api.ShippingMethodDataResponse+json",
    @@ -74318,11 +74604,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingMethodDataResponse": {
         "_media-type": "application\/vnd.ez.api.ShippingMethodDataResponse+json",
    @@ -74470,11 +74756,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingAddressesResponse": {
         "_media-type": "application\/vnd.ez.api.ShippingAddressesResponse+json",
    @@ -74559,11 +74845,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingAddressesResponse": {
         "_media-type": "application\/vnd.ez.api.ShippingAddressesResponse+json",
    @@ -74662,7 +74948,8 @@ 

    /commerce/customerpri POST /commerce/customerprice

    -

    Gets customer prices for the requested products.

    +

    Gets customer prices for the requested products.

    +

    @@ -74755,11 +75042,11 @@
    Types
    file_copy

    -
    +                            
                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ez.api.PriceResponse+json",
    @@ -74820,11 +75107,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ez.api.PriceResponse+json",
    @@ -74876,11 +75163,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ez.api.PriceResponse+json",
    @@ -74944,11 +75231,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ez.api.PriceResponse+json",
    @@ -75005,7 +75292,8 @@ 

    /comm POST /commerce/common/check_sku_file:/{mode}

    -

    Adds to basket a line from a CSV or Excel file.

    +

    Adds to basket a line from a CSV or Excel file.

    +

    @@ -75137,11 +75425,11 @@

    Types
    file_copy

    -
    +                            
                                     {
       "CountrySelectionResponse": {
         "_media-type": "application\/vnd.ez.api.CountrySelectionResponse+json",
    @@ -75237,11 +75525,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "CountrySelectionResponse": {
         "_media-type": "application\/vnd.ez.api.CountrySelectionResponse+json",
    diff --git a/tools/raml2html/composer.json b/tools/raml2html/composer.json
    index 9a9b2c30e5..9043911a78 100644
    --- a/tools/raml2html/composer.json
    +++ b/tools/raml2html/composer.json
    @@ -20,7 +20,9 @@
             "raml-org/raml-php-parser": "dev-master",
             "twig/twig": "^2.0",
             "symfony/filesystem": "^4.2",
    -        "ramsey/uuid": "^3.9"
    +        "ramsey/uuid": "^3.9",
    +        "twig/markdown-extra": "^3.5",
    +        "league/commonmark": "^2.3"
         },
         "require-dev": {
             "symfony/var-dumper": "^4.2",
    diff --git a/tools/raml2html/src/Application.php b/tools/raml2html/src/Application.php
    index f9d1419da3..d82a4a0cbe 100644
    --- a/tools/raml2html/src/Application.php
    +++ b/tools/raml2html/src/Application.php
    @@ -12,6 +12,10 @@
     use EzSystems\Raml2Html\Twig\Extension\RenderExtension;
     use Symfony\Component\Console\Application as BaseApplication;
     use Twig as Twig;
    +use Twig\Extra\Markdown\DefaultMarkdown;
    +use Twig\Extra\Markdown\MarkdownExtension;
    +use Twig\Extra\Markdown\MarkdownRuntime;
    +use Twig\RuntimeLoader\RuntimeLoaderInterface;
     
     final class Application extends BaseApplication
     {
    @@ -49,6 +53,16 @@ public function getTwig(): Twig\Environment
     
                 $this->twig = new Twig\Environment($loader, $options);
                 $this->twig->addExtension(new RenderExtension());
    +            $this->twig->addExtension(new MarkdownExtension());
    +            $this->twig->addRuntimeLoader(new class implements RuntimeLoaderInterface {
    +                public function load($class): ?MarkdownRuntime {
    +                    if (MarkdownRuntime::class === $class) {
    +                        return new MarkdownRuntime(new DefaultMarkdown());
    +                    }
    +
    +                    return null;
    +                }
    +            });
             }
     
             return $this->twig;
    diff --git a/tools/raml2html/themes/default/resource.html.twig b/tools/raml2html/themes/default/resource.html.twig
    index 05479bbeaa..bbf2e4b0e7 100644
    --- a/tools/raml2html/themes/default/resource.html.twig
    +++ b/tools/raml2html/themes/default/resource.html.twig
    @@ -15,7 +15,7 @@
                     {{ method.type }}
                     {{ resource.uri }}
                 

    -

    {{ method.description }}

    +

    {{ method.description|default('')|markdown_to_html }}

    {% include theme ~ "/method-headers.html.twig" %} {% include theme ~ "/method-query-parameters.html.twig" %}