ExternalServicesApi

Functions

Link copied to clipboard
abstract suspend fun retrieveOne2(servicename: String): ExternalServicesPropertiesData

Retrieve External Services Configuration Returns a external Service configurations based on the Service Name. Service Names supported are S3 and SMTP. Example Requests: externalservice/SMTP Responses:

Link copied to clipboard
abstract suspend fun updateExternalServiceProperties(servicename: String, putExternalServiceRequest: PutExternalServiceRequest)

Update External Service Updates the external Service Configuration for a Service Name. Example: externalservice/S3 Responses: