You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REST API modification to support checkpoint properties
Feature
Enhance the existing reading and writing REST API endpoints (v2 only), to accept and return option checkpoint properties.
The type of the extra field should correspond to Scala type Map[String, String], optional for write.
Open question
Does the API version have to be incremented when backward compatible with lower version of Agent?