Skip to content

Commit 8becfb2

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 a7f3b40 commit 8becfb2

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
@@ -20751,7 +20751,7 @@ <h4 id="/content/views" class="heading text-gray">/content/views</h4>
2075120751
<span data-field="method" class="badge badge--sm badge--post">POST</span>
2075220752
<span data-field="url">/content/views</span>
2075320753
</p>
20754-
<p data-field="body">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>
20754+
<p data-field="body">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>
2075520755
<div class="py-3">
2075620756
<h6 class="heading text-gray border-bottom pb-2">Header parameters</h6>
2075720757
<div class="mb-2">
@@ -44270,7 +44270,7 @@ <h4 id="views" class="heading text-gray">/views</h4>
4427044270
<span data-field="method" class="badge badge--sm badge--post">POST</span>
4427144271
<span data-field="url">/views</span>
4427244272
</p>
44273-
<p data-field="body">Executes a query and returns a View including the results. The View input reflects the criteria model of the public API.</p>
44273+
<p data-field="body">Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.</p>
4427444274
<div class="py-3">
4427544275
<h6 class="heading text-gray border-bottom pb-2">Header parameters</h6>
4427644276
<div class="mb-2">

0 commit comments

Comments
 (0)