EndpointsSettingsDetails Data Type

Properties
name data type constraints description
username string  
url string  
isEndpointsEnabled boolean required
connectionSuccessful boolean required

Example

{
  "username" : "...",
  "url" : "...",
  "isEndpointsEnabled" : true,
  "connectionSuccessful" : true
}