taler-docs

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

patch-monitoring-early-aggregations-SERIAL_ID.rst (674B)


      1 .. http:patch:: /monitoring/early-aggregations/$SERIAL_ID
      2 
      3   Set the ``suppressed`` state of the early aggregation identified by
      4   ``$SERIAL_ID``.
      5 
      6   **Request:**
      7 
      8   The request body must be a :ts:type:`GenericAuditorMonitorPatchRequest`.
      9 
     10   **Response:**
     11 
     12   :http:statuscode:`204 No Content`:
     13     The record was updated.
     14   :http:statuscode:`400 Bad Request`:
     15     The request body or ``$SERIAL_ID`` is malformed.
     16   :http:statuscode:`401 Unauthorized`:
     17     The request lacks valid authentication credentials.
     18   :http:statuscode:`404 Not Found`:
     19     No record has the given row ID.
     20   :http:statuscode:`500 Internal Server Error`:
     21     The server experienced an internal error.