Skip to content

Latest commit

 

History

History
94 lines (59 loc) · 2.31 KB

README.rst

File metadata and controls

94 lines (59 loc) · 2.31 KB
Latest Version Egg Status Supported - Python Versions License Coverage

collective.formsupport.counter

Counter integration for collective.volto.formsupport

Features

Installation

Install collective.formsupport.counter by adding it to your buildout:

[buildout]

...

eggs =
    collective.formsupport.counter

and then running bin/buildout

REST API

Here is the list of available REST API endpoints and how to use them.

  1. Reset form counter
    • Endpoint: /<document>/@reset-counter.
    • Method: PATCH.
    • Parameters: block_id form block identifier.
    • Description: Reset form counter.
    • Request: No parameters required.
    • Response:
      • Status Code: 204 No Content

Authors

RedTurtle

Contributors

  • folix-01

Contribute

Support

If you are having issues, please let us know. We have a mailing list located at: [email protected]

License

The project is licensed under the GPLv2.