Skip to content

Commit 6e415d8

Browse files
CLDSRV-741: Fix comment about index
There is no DELETE it's a POST There is a GET
1 parent 93df0fb commit 6e415d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/routeBackbeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ GET /_/backbeat/lifecycle/<bucket name>?list-type=noncurrent
342342
GET /_/backbeat/lifecycle/<bucket name>?list-type=orphan
343343
POST /_/backbeat/index/<bucket name>?operation=add
344344
POST /_/backbeat/index/<bucket name>?operation=delete
345-
DELETE /_/backbeat/index/<bucket name>
345+
GET /_/backbeat/index/<bucket name>
346346
*/
347347

348348
function _getLastModified(locations, log, cb) {

0 commit comments

Comments
 (0)