Closed tonowie closed 4 years ago
rest api got breaking change of version field which is now unsigned integer and can not be parsed as integer
need to hack the openapi definition to use format int64 and implementation will use long which can accommodate the values
rest api got breaking change of version field which is now unsigned integer and can not be parsed as integer
need to hack the openapi definition to use format int64 and implementation will use long which can accommodate the values