Interface CallbackConfigurationService
public interface CallbackConfigurationService
Callback Configuration Service
- Since:
- 1.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionget()
Get callbacks configurationupdate
(CallbackConfigurationUpdateRequest parameters) Update callbacks configuration
-
Method Details
-
get
Get callbacks configuration- Returns:
- callbacks configuration for the project
- Throws:
ApiException
- Since:
- 1.2
-
update
CallbackConfigurationResponse update(CallbackConfigurationUpdateRequest parameters) throws ApiException Update callbacks configuration- Parameters:
parameters
- Parameters to be updated- Returns:
- Updated callbacks configuration
- Throws:
ApiException
- Since:
- 1.2
-