Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 authored Dec 20, 2024
1 parent 12245df commit 616b663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Reset the counter for a specific form block.

**Parameters:**

- ``block_id`` *(required)* — The identifier of the form block.
- ``block_id`` *(optional)* — The identifier of the form block, if not passed, the first available formblock selected.
- ``counter_value`` *(optional)* — The value to set the counter to (default: 0).

**Description:**
Expand All @@ -77,7 +77,7 @@ This endpoint resets the form counter to a specified value.

.. code-block:: http
PATCH /my-document/@reset-counter
PATCH /my-document/@counter
Content-Type: application/json
{
Expand Down

0 comments on commit 616b663

Please sign in to comment.