taler-docs

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

patch-conversion-rate-classes-CLASS_ID.rst (749B)


      1 .. http:patch:: /conversion-rate-classes/{CLASS_ID}
      2 
      3   Edit an existing conversion rate class.
      4 
      5   Only available to the administrator.
      6 
      7   Since protocol **v9**.
      8 
      9   **Request:**
     10 
     11   `ConversionRateClassInput`
     12 
     13   **Response:**
     14 
     15   :http:statuscode:`204 No Content`:
     16     The conversion rate class request was correctly edited.
     17   :http:statuscode:`401 Unauthorized`:
     18     Invalid or missing credentials.
     19   :http:statuscode:`403 Forbidden`:
     20     Missing rights.
     21   :http:statuscode:`404 Not Found`:
     22     The conversion rate class was not found.
     23   :http:statuscode:`409 Conflict`:
     24     * ``TALER_EC_BANK_NAME_REUSE`` : name already used.
     25   :http:statuscode:`501 Not implemented`:
     26     This server does not support conversion, client should check config response.