Skip to content

Commit ad8750b

Browse files
committed
REST Ref: "public API" → "public PHP API"
Manual replacement as raml2html.php was adding "Deprecated: mb_substr(): Passing null to parameter #1 ($string) of type string is deprecated" warnings to the output.
1 parent d530af5 commit ad8750b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/rest_api_reference/rest_api_reference.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21460,7 +21460,7 @@ <h4 id="/content/views" class="heading text-gray">/content/views</h4>
2146021460
<span data-field="method" class="badge badge--sm badge--post">POST</span>
2146121461
<span data-field="url">/content/views</span>
2146221462
</p>
21463-
<p data-field="body"><p>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.</p>
21463+
<p data-field="body"><p>Executes a query and returns View including the results. The View input reflects the criteria model of the public PHP API. Will respond with a 301, as the resource has been moved to /views (Platform 1.0) - DEPRECATED.</p>
2146421464
</p>
2146521465
<div class="py-3">
2146621466
<h6 class="heading text-gray border-bottom pb-2">Header parameters</h6>
@@ -45027,7 +45027,7 @@ <h4 id="views" class="heading text-gray">/views</h4>
4502745027
<span data-field="url">/views</span>
4502845028
</p>
4502945029
<p data-field="body"><p>Executes a query and returns a View including the results.</p>
45030-
<p>View input reflects the criteria model of the public API.</p>
45030+
<p>View input reflects the criteria model of the public PHP API.</p>
4503145031
<p>Refer to <a href="/en/latest/search/criteria_reference/search_criteria_reference/">Search Criteria Reference</a></p>
4503245032
</p>
4503345033
<div class="py-3">

0 commit comments

Comments
 (0)