View Issue Details

IDProjectCategoryView StatusLast Update
0007614Talerspecificationpublic2023-02-21 16:39
Reportersebasjm Assigned ToPriscilla Huang  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.2Fixed in Version0.9.2 
Summary0007614: webhook docs: mismatch docs from impl
DescriptionOne of the should be updated

https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCES]-private-webhooks
docs: says it returns "webhook_list"
impl: returns "webhooks"

https://docs.taler.net/core/api-merchant.html#post-[-instances-$INSTANCES]-private-webhooks
docs: header_template & body_template are optional
impl: return error if header or body is not present

  "hint": "The JSON in the client's request was malformed (generic parse error).",
  "code": 22,
  "field": "header_template",
  "line": 4
TagsNo tags attached.

Activities

Christian Grothoff

2023-02-17 16:37

manager   ~0019867

From what I can see in the code, this issue seems to have been fixed.

Issue History

Date Modified Username Field Change
2023-01-27 19:30 sebasjm New Issue
2023-01-27 19:30 sebasjm Status new => assigned
2023-01-27 19:30 sebasjm Assigned To => Christian Grothoff
2023-01-31 14:58 Christian Grothoff Assigned To Christian Grothoff => Priscilla Huang
2023-02-17 15:09 Florian Dold Target Version 0.9.2 => 0.9.3
2023-02-17 16:37 Christian Grothoff Status assigned => resolved
2023-02-17 16:37 Christian Grothoff Resolution open => fixed
2023-02-17 16:37 Christian Grothoff Fixed in Version => 0.9.2
2023-02-17 16:37 Christian Grothoff Note Added: 0019867
2023-02-17 16:37 Christian Grothoff Target Version 0.9.3 => 0.9.2
2023-02-21 16:39 Christian Grothoff Status resolved => closed
2024-01-12 14:02 Christian Grothoff Category merchant backend API (HTTP specification) => specification