update doc files

This commit is contained in:
darrell-thobe-sp
2025-04-01 20:27:18 -04:00
parent 878245edd8
commit 0c80cd4cb7
203 changed files with 419 additions and 419 deletions

View File

@@ -21,7 +21,7 @@ Name | Type | Description | Notes
**Description** | Pointer to **string** | Trigger Description. | [optional]
**InputSchema** | **string** | The JSON schema of the payload that will be sent by the trigger to the subscribed service. |
**ExampleInput** | [**TriggerExampleInput**](trigger-example-input) | |
**OutputSchema** | Pointer to **NullableString** | The JSON schema of the response that will be sent by the subscribed service to the trigger in response to an event. This only applies to a trigger type of `REQUEST_RESPONSE`. | [optional]
**OutputSchema** | Pointer to **NullableString** | The JSON schema of the response that will be sent by the subscribed service to the trigger in response to an event. This only applies to a trigger type of `REQUEST_RESPONSE`. | [optional]
**ExampleOutput** | Pointer to [**NullableTriggerExampleOutput**](trigger-example-output) | | [optional]
## Methods