forked from TrueCloudLab/frostfs-api
[#59] session: Add Patch
verb
* Regenerate docs. Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
This commit is contained in:
parent
2efdc8fedb
commit
e5c976b557
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,9 @@ message ObjectSessionContext {
|
|||
|
||||
// Refers to object.GetRangeHash RPC call
|
||||
RANGEHASH = 7;
|
||||
|
||||
// Refers to object.Patch RPC call
|
||||
PATCH = 8;
|
||||
}
|
||||
// Type of request for which the token is issued
|
||||
Verb verb = 1 [ json_name = "verb" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue