From 9b2cb915aceae119f11f13f854fc1dcf01ba6872 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 5 Feb 2020 14:23:14 +0300 Subject: [PATCH] update GetRangeRequest docs --- proto-docs/object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-docs/object.md b/proto-docs/object.md index 3c4a0ec..57d0d56 100644 --- a/proto-docs/object.md +++ b/proto-docs/object.md @@ -196,7 +196,7 @@ in distributed system. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | Address | [refs.Address](#refs.Address) | | Address of object (container id + object id) | -| Ranges | [Range](#object.Range) | repeated | Ranges of object's payload to return | +| Range | [Range](#object.Range) | | Range of object's payload to return | | Meta | [service.RequestMetaHeader](#service.RequestMetaHeader) | | RequestMetaHeader contains information about request meta headers (should be embedded into message) | | Verify | [service.RequestVerificationHeader](#service.RequestVerificationHeader) | | RequestVerificationHeader is a set of signatures of every NeoFS Node that processed request (should be embedded into message) |