mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 11:30:37 +00:00
change HTTP method to comply with spec (#9100)
There is discrepancy with the spec, it has PUT
This commit is contained in:
@@ -1849,7 +1849,7 @@ pub fn make_router(
|
||||
RequestName("v1_tenant_timeline"),
|
||||
)
|
||||
})
|
||||
.post(
|
||||
.put(
|
||||
"/v1/tenant/:tenant_id/timeline/:timeline_id/archival_config",
|
||||
|r| {
|
||||
tenant_service_handler(
|
||||
|
||||
Reference in New Issue
Block a user