b.1) State Publishing
Create a new state publish configuration
Creates a new state publish configuration that defines which entity state transitions should be published as events.
post/eclipse-conductor/rest/v1/global/state-publishes
Request body
Example request
{
"lastRun": "2022-03-10T12:15:50-04:00",
"nextRun": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"lastRun": "2022-03-10T12:15:50-04:00",
"nextRun": "2022-03-10T12:15:50-04:00"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.