taler-docs

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

patch-private-reports-REPORT_ID.rst (414B)


      1 .. http:patch:: [/instances/$INSTANCES]/private/reports/$REPORT_ID
      2 
      3   This is used to update a scheduled report.
      4 
      5   **Required permission:** ``reports-write``
      6 
      7   **Request:**
      8 
      9   The request body must be a `ReportAddRequest`.
     10 
     11   **Response:**
     12 
     13   :http:statuscode:`204 No content`:
     14      The report has successfully modified.
     15   :http:statuscode:`404 Not found`:
     16      The report or instance is unknown to the backend.