Fix docstring regarding private method

X-Backend-Allow-Method was used in some iteration, but not the version
of the patch that finally landed.

Change-Id: Id637253bb68bc839f5444a74c91588d753ef4379
Related-Change: Ia13ee5da3d1b5c536eccaadc7a6fdcd997374443
This commit is contained in:
Tim Burke 2023-02-22 15:36:28 -08:00
parent 63e618b232
commit 3bf7cf60b9
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ class ContainerController(Controller):
similar to a merge_items REPLICATE request.
Not client facing; internal clients or middlewares must include
``X-Backend-Allow-Method: UPDATE`` header to access.
``X-Backend-Allow-Private-Methods: true`` header to access.
"""
container_partition, containers = self.app.container_ring.get_nodes(
self.account_name, self.container_name)