You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Error - The user has no permission to read URL aliases.
137
-
401:
138
-
description: Error - The Location was not found.
139
-
/{locationId}:
140
-
patch:
141
-
displayName: Update Location
142
-
description: 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.
87
+
patch:
88
+
displayName: Update Location
89
+
description: 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.
90
+
headers:
91
+
Accept:
92
+
description: If set, the Location is returned in XML or JSON format.
93
+
example: |
94
+
application/vnd.ibexa.api.Location+xml
95
+
application/vnd.ibexa.api.Location+json
96
+
Content-Type:
97
+
description: The LocationUpdate schema encoded in XML or JSON format.
description: Error - the user is not authorized to update this Location.
121
+
404:
122
+
description: Error - the Location with the given ID does not exist.
123
+
swap:
124
+
displayName: Swap Location
125
+
description: 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.
126
+
headers:
127
+
Destination:
128
+
description: A parent Location resource to which the Location is moved e.g. '/api/ibexa/v2/content/locations/1/63'.
129
+
responses:
130
+
204:
131
+
description: No Content. Swapped the Location of a Content item with the given Location of another Content item.
132
+
401:
133
+
description: Error - the user is not authorized to swap this Location.
134
+
404:
135
+
description: Error - the Location with the given ID does not exist.
136
+
/children:
137
+
get:
138
+
displayName: Get child Locations.
139
+
description: Loads all child Locations for the given parent Location.
140
+
queryParameters:
141
+
offset:
142
+
description: The offset of the result set.
143
+
type: integer
144
+
limit:
145
+
description: The number of Locations returned.
146
+
type: integer
143
147
headers:
144
148
Accept:
145
-
description: If set, the Location is returned in XML or JSON format.
146
-
example: |
147
-
application/vnd.ibexa.api.Location+xml
148
-
application/vnd.ibexa.api.Location+json
149
-
Content-Type:
150
-
description: The LocationUpdate schema encoded in XML or JSON format.
149
+
description: If set, the new Location list is returned in XML or JSON format.
description: Error - the user is not authorized to update this Location.
160
+
description: Error - the user is not authorized to read this Content item.
174
161
404:
175
-
description: Error - the Location with the given ID does not exist.
176
-
swap:
177
-
displayName: Swap Location
178
-
description: 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.
162
+
description: Error - the Content item with the given ID does not exist.
163
+
/urlaliases:
164
+
get:
165
+
displayName: List URL aliases for Location
166
+
description: Returns the list of URL aliases for a Location.
167
+
queryParameters:
168
+
custom:
169
+
description: Indicates whether autogenerated (false) or manual URL aliases (true) should be returned (default true).
170
+
type: boolean
179
171
headers:
180
-
Destination:
181
-
description: A parent Location resource to which the Location is moved e.g. '/api/ibexa/v2/content/locations/1/63'.
172
+
Accept:
173
+
description: If set, the URL alias list contains only references and is returned in XML or JSON format.
174
+
example: |
175
+
application/vnd.ibexa.api.UrlAliasRefList+xml
176
+
application/vnd.ibexa.api.UrlAliasRefList+json
182
177
responses:
183
-
204:
184
-
description: No Content. Swapped the Location of a Content item with the given Location of another Content item.
178
+
200:
179
+
description: OK - returns the list of URL aliases.
0 commit comments