You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-27 00:51:06 +02:00
Main build (Jenkins)
This commit is contained in:
@ -10,17 +10,16 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
`Function AddRequestsHandler(Val Project, Val Name, Val SecretKey, Val Method = "GET") Export`
|
||||
`Function AddRequestsHandler(Val Project, Val OintFunction, Val Method = "GET") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Project | --proj | String | ✔ | Project filepath |
|
||||
| Name | --name | String | ✔ | Name of the new handler |
|
||||
| SecretKey | --secret | String | ✔ | Secret key for URL handler |
|
||||
| OintFunction | --func | String | ✔ | OpenIntegrations function name |
|
||||
| Method | --method | String | ✖ | HTTP method that will process the handler: GET, POST, MULTIPART |
|
||||
|
||||
|
||||
Returns: Structure Of KeyAndValue - result of adding a handler
|
||||
Returns: Structure Of KeyAndValue - Result of handler creation
|
||||
|
||||
<br/>
|
||||
|
||||
|
Reference in New Issue
Block a user