Changes between Initial Version and Version 3 of Ticket #3763


Ignore:
Timestamp:
2021-08-17T10:48:48Z (3 years ago)
Author:
exarkun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3763 – Description

    initial v3  
    1 1. It says "If there are no shares for the given ``storage_index`` then do nothing and return ``NO CONTENT``." 204 is a success code... this seems like maybe more like an error, and should therefore have 4xx code?
     11. It says "If there are no shares for the given `storage_index` then do nothing and return `NO CONTENT`." 204 is a success code... this seems like maybe more like an error, and should therefore have 4xx code?
    222. What should be returned if there are shares? Anything need to be in the response body? Just 200?
    3 3. "If the ``renew-secret`` value matches an existing lease then that lease will be renewed instead." Why is this, given there exists a separate renew API endpoint? This seems like it could mask certain categories of client bugs.
     33. "If the `renew-secret` value matches an existing lease then that lease will be renewed instead." Why is this, given there exists a separate renew API endpoint? This seems like it could mask certain categories of client bugs.
    44