Swirrl / datahost-prototypes

Eclipse Public License 1.0
0 stars 0 forks source link

Fix GET commit-ID in swagger and tag untagged publisher routes #389

Closed xdrcft8000 closed 7 months ago

xdrcft8000 commented 7 months ago
  1. On the swagger API page, there are two routes that were under 'default' because they were untagged with either publisher or consumer. (fixes #361)

image

This PR has tags them both as Publisher

  1. Error when using swagger to GET a commit by commit-id. There was an erroneous use of :change-id instead of :commit-id in routes/revision.clj. This PR changes it to :commit-id