patch-monitoring-row-inconsistency-SERIAL_ID.rst (1338B)
1 .. http:patch:: /monitoring/row-inconsistency/$SERIAL_ID 2 3 This endpoint is used to suppress select elements of row inconsistencies. 4 Update the 'suppressed' field of a row inconsistency element with row_id $SERIAL_ID, according to :ts:type:`GenericAuditorMonitorPatchRequest`, stored by the auditor. 5 6 **Response:** 7 8 :http:statuscode:`204 No Content`: 9 The element has been updated. 10 :http:statuscode:`400 Bad Request`: 11 The request body is invalid or the ``$SERIAL_ID`` is not a valid row identifier. 12 The response comes with a ``TALER_EC_GENERIC_JSON_INVALID`` or 13 ``TALER_EC_GENERIC_PARAMETER_MALFORMED`` error code. 14 :http:statuscode:`401 Unauthorized`: 15 The request lacks valid authentication credentials. 16 The response comes with a ``TALER_EC_AUDITOR_GENERIC_UNAUTHORIZED``. 17 :http:statuscode:`404 Not found`: 18 The specified row was not found. 19 The response comes with a ``TALER_EC_AUDITOR_RESOURCE_NOT_FOUND`` error code. 20 :http:statuscode:`500 Internal Server Error`: 21 The server experienced an internal error. 22 The response comes with a ``TALER_EC_GENERIC_DB_SETUP_FAILED``, 23 ``TALER_EC_GENERIC_DB_STORE_FAILED``, or 24 ``TALER_EC_GENERIC_INTERNAL_INVARIANT_FAILURE`` error code. 25 26 .. note:: 27 28 This endpoint is still experimental. The endpoint will be further developed as needed.