Interface EventDestinationsService


public interface EventDestinationsService
Event Destinations Service
  • Method Details

    • get

      Get callbacks configuration

      Returns the callbacks configuration for the specified project

      Returns:
      EventDestinationResponse
      Throws:
      ApiException - if fails to make API call
    • update

      EventDestinationResponse update(EventDestinationUpdateRequest eventDestinationUpdateRequest) throws ApiException
      Update callback configuration

      Updates the callbacks configuration for the specified project

      Parameters:
      eventDestinationUpdateRequest - The callback configuration details to be updated. (optional)
      Returns:
      EventDestinationResponse
      Throws:
      ApiException - if fails to make API call