taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

patch-monitoring-emergency-by-count-SERIAL_ID.rst (584B)


      1 .. http:patch:: /monitoring/emergency-by-count/$SERIAL_ID
      2 
      3   This endpoint is used to suppress select elements of emergencies by count.
      4   Update the 'suppressed' field of an emergency by count element with row ID
      5   ``$SERIAL_ID``, according to :ts:type:`GenericAuditorMonitorPatchRequest`,
      6   stored by the auditor.
      7 
      8   **Request:**
      9 
     10   The body must be a `GenericAuditorMonitorPatchRequest`.
     11 
     12   **Response:**
     13 
     14   :http:statuscode:`204 No Content`:
     15     The element has been updated.
     16 
     17   .. note::
     18 
     19     This endpoint is still experimental. The endpoint will be further developed as needed.