Skip to content

Commit d530af5

Browse files
committed
REST RAML: "public API" → "public PHP API"
1 parent fb0ff0a commit d530af5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/api/rest_api_reference/input/ez-content-views.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
post:
22
displayName: Create View
3-
description: 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.
3+
description: 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.
44
headers:
55
Accept:
66
description: The View in XML or JSON format.

docs/api/rest_api_reference/input/ez-views.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ post:
44
description: |
55
Executes a query and returns a View including the results.
66
7-
View input reflects the criteria model of the public API.
7+
View input reflects the criteria model of the public PHP API.
88
99
Refer to [Search Criteria Reference](/en/latest/search/criteria_reference/search_criteria_reference/)
1010
headers:

docs/api/rest_api_reference/input/ez_original.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ version: 2.5
10871087
/views:
10881088
post:
10891089
displayName: Create View
1090-
description: 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.
1090+
description: 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.
10911091
headers:
10921092
Accept:
10931093
description: The View in XML or JSON format.
@@ -2064,7 +2064,7 @@ version: 2.5
20642064
displayName: Views
20652065
post:
20662066
displayName: Create View
2067-
description: Executes a query and returns a View including the results. The View input reflects the criteria model of the public API.
2067+
description: Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.
20682068
headers:
20692069
Accept:
20702070
description: The view in XML or JSON format.

0 commit comments

Comments
 (0)