Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 2637e1b

Browse files
authored
Update WebscriptApi.md
1 parent 17a6e0d commit 2637e1b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/alfresco-core-rest-api/docs/WebscriptApi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ For mor information about web scripts read the [Wiki](https://wiki.alfresco.com/
1717
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.
1818

1919
### 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'|
27-
**postBody** | **Object**|post body|
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'||
27+
**postBody** | **Object**|post body||
2828

2929
### Example
3030

@@ -58,4 +58,4 @@ this.alfrescoJsApi.core.webscriptApi.executeWebScript('GET', 'mytasks', null, 's
5858

5959
### Authorization
6060

61-
[basicAuth](../README.md#basicAuth)
61+
[basicAuth](../README.md#basicAuth)

0 commit comments

Comments
 (0)