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
Copy file name to clipboardExpand all lines: docs/content_management/content_api/browsing_content.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The service should be [injected into the constructor of your command or controll
10
10
11
11
!!! tip "Content REST API"
12
12
13
-
To learn how to load content items using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-load-content).
13
+
To learn how to load content items using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Objects/operation/api_contentobjects_contentId_get).
Copy file name to clipboardExpand all lines: docs/content_management/content_api/creating_content.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ description: Create, publish, update and translate content items by using the PH
11
11
12
12
!!! tip "Content REST API"
13
13
14
-
To learn how to create content items using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-create-content-item).
14
+
To learn how to create content items using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Objects/operation/api_contentobjects_post).
Copy file name to clipboardExpand all lines: docs/content_management/content_api/managing_content.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ You can manage [locations](locations.md) that hold content using [`LocationServi
10
10
11
11
!!! tip "Location REST API"
12
12
13
-
To learn how to manage locations using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-create-new-location-for-content-item).
13
+
To learn how to manage locations using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Objects/operation/api_contentobjects_contentIdlocations_post).
14
14
15
15
### Adding a new location to a content item
16
16
@@ -99,7 +99,7 @@ You can move a location with its whole subtree using [`LocationService::moveSubt
99
99
100
100
!!! tip "Trash REST API"
101
101
102
-
To learn how to manage Trash using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-list-trash-items).
102
+
To learn how to manage Trash using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Trash).
103
103
104
104
To empty the Trash (remove all locations in Trash), use [`TrashService::emptyTrash`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-TrashService.html#method_emptyTrash), which takes no arguments.
105
105
@@ -126,7 +126,7 @@ For more information, see [Searching in trash](search_api.md#searching-in-trash)
126
126
127
127
!!! tip "Content type REST API"
128
128
129
-
To learn how to manage content types using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-get-content-type-groups).
129
+
To learn how to manage content types using the REST API, see REST API reference for [content types](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Type) and [contenttypegroups](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Type-Groups).
130
130
131
131
### Adding content types
132
132
@@ -169,7 +169,7 @@ You can handle the calendar using `CalendarServiceInterface` (`Ibexa\Contracts\C
169
169
170
170
!!! tip "Calendar REST API"
171
171
172
-
To learn how to manage the Calendar using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#calendar).
172
+
To learn how to manage the Calendar using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Calendar).
Copy file name to clipboardExpand all lines: docs/content_management/content_management_api/bookmark_api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: You can use the PHP API to view the bookmark list, and add or remov
8
8
9
9
!!! tip "Bookmark REST API"
10
10
11
-
To learn how to manage bookmarks using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-bookmarks).
11
+
To learn how to manage bookmarks using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Bookmark).
12
12
13
13
To view a list of all bookmarks, use [`BookmarkService::loadBookmarks`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-BookmarkService.html#method_loadBookmarks):
Copy file name to clipboardExpand all lines: docs/content_management/content_management_api/object_state_api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ You can manage Object states by using the PHP API by using `ObjectStateService`.
11
11
12
12
!!! tip "Object state REST API"
13
13
14
-
To learn how to manage object states using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-get-object-states-of-content-item).
14
+
To learn how to manage object states using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Objects/operation/api_contentobjects_contentIdobjectstates_get).
Copy file name to clipboardExpand all lines: docs/content_management/content_management_api/section_api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ You can manage sections by using the PHP API by using `SectionService`.
10
10
11
11
!!! tip "Section REST API"
12
12
13
-
To learn how to manage sections using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-get-sections).
13
+
To learn how to manage sections using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Section).
0 commit comments