Skip to content

Commit ab907a2

Browse files
committed
IBX-10527: Add a mention of Content Type Search REST API
1 parent df8e391 commit ab907a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content_management/content_api/managing_content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,11 @@ To change the identifier of the copy, use a [`ContentTypeUpdateStruct`](/api/php
170170
You can find content types that match specific criteria by using the [`ContentTypeService::findContentTypes()`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-ContentTypeService.html#method_findContentTypes) method.
171171
This method accepts a `ContentTypeQuery` object that supports filtering and sorting by IDs, identifiers, group membership, and other criteria.
172172

173-
!!! note "Criterions and sort clauses"
173+
!!! note "Criterions, sort clauses and REST APIs"
174174

175175
For a full list of available criterions and sort clauses that you can use when finding and filtering content types, see [Content Type Search Criteria](content_type_criteria.md) and [Content Type Search Sort Clauses](content_type_sort_clauses.md) references.
176176

177+
For the REST API, see [Find content types](/api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-find-content-types).
177178

178179
The following example shows how you can use the criteria to find content types:
179180

0 commit comments

Comments
 (0)