WebhooksIntegrationCustomVariableResponse |
WebhooksIntegrationApi.updateWebhooksIntegrationCustomVariable(String customVariableName,
WebhooksIntegrationCustomVariableUpdateRequest body)
Update a custom variable.
|
CompletableFuture<WebhooksIntegrationCustomVariableResponse> |
WebhooksIntegrationApi.updateWebhooksIntegrationCustomVariableAsync(String customVariableName,
WebhooksIntegrationCustomVariableUpdateRequest body)
Update a custom variable.
|
ApiResponse<WebhooksIntegrationCustomVariableResponse> |
WebhooksIntegrationApi.updateWebhooksIntegrationCustomVariableWithHttpInfo(String customVariableName,
WebhooksIntegrationCustomVariableUpdateRequest body)
Updates the endpoint with the name <CUSTOM_VARIABLE_NAME>.
|
CompletableFuture<ApiResponse<WebhooksIntegrationCustomVariableResponse>> |
WebhooksIntegrationApi.updateWebhooksIntegrationCustomVariableWithHttpInfoAsync(String customVariableName,
WebhooksIntegrationCustomVariableUpdateRequest body)
Update a custom variable.
|