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
{{ message }}
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/alfresco-core-rest-api/docs/WebscriptApi.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ For mor information about web scripts read the [Wiki](https://wiki.alfresco.com/
17
17
A Web Script is simply a service bound to a URI which responds to HTTP methods such as GET, POST, PUT and DELETE. While using the same underlying code, there are broadly two kinds of Web Scripts.
18
18
19
19
### Parameters
20
-
Name | Type | Description | Notes
21
-
------------- | -------------
22
-
**httpMethod** | **String**| possible value GET, POST, PUT and DELETE |
23
-
**scriptPath** | **String**|path to Web Script (as defined by Web Script)|
24
-
**scriptArgs** | **String**|arguments to pass to Web Script |
25
-
**contextRoot** | **String**|path where application is deployed default value 'alfresco'|
26
-
**servicePath** | **String**|path where Web Script service is mapped default value 'service'|
0 commit comments