taler-docs

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

patch-monitoring-fee-time-inconsistency-SERIAL_ID.rst (515B)


      1 .. http:patch:: /monitoring/fee-time-inconsistency/$SERIAL_ID
      2 
      3   This endpoint is used to suppress selected elements of fee time
      4   inconsistencies.  Updates the 'suppressed' field of a fee time inconsistency
      5   element with row ID ``$SERIAL_ID``.
      6 
      7   **Request:**
      8 
      9   The body must be a `GenericAuditorMonitorPatchRequest`.
     10 
     11   **Response:**
     12 
     13   :http:statuscode:`204 No Content`:
     14     The element has been updated.
     15 
     16   .. note::
     17 
     18     This endpoint is still experimental. The endpoint will be further developed as needed.