Skip to content

v1.1.1

Latest

Choose a tag to compare

@EvanSchleret EvanSchleret released this 14 Apr 12:12
· 1 commit to main since this release
b2a2e73

v1.1.1

Added

  • Added support for auto_publish (and autoPublish) in form management create and patch requests
  • POST /forms can now immediately publish the created form when auto_publish is true
  • PATCH /forms/{key} can now immediately publish the updated form when auto_publish is true
  • Publication now happens as part of the same management flow, returning the published revision in the response

Full Changelog: v1.1.0...v1.1.1