v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBz) Global Functionality
Update a SQL statistic
Updates an existing SQL statistic configuration entry.
put/eclipse-conductor/rest/v1/global/sql-statistics/{sqlStatisticId}
Path parameters
sqlStatisticIdinteger required
Request body
Example request
{
"lastRan": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"lastRan": "2022-03-10T12:15:50-04:00"
}