Skip to content

v0.1.4

Compare
Choose a tag to compare
@dstotijn dstotijn released this 22 May 16:54

When creating/updating a database page, it's no longer mandatory to explicitly set the Type field on a DatabaseProperty struct. It was causing an issue (#5) because the empty value wasn't omitted from the JSON, resulting in a 400 Bad Request response when not explicitly setting it.