forked from TrueCloudLab/frostfs-testlib
[#343] Extend testsuites for PATCH method
Signed-off-by: Kirill Sosnovskikh <k.sosnovskikh@yadro.com>
This commit is contained in:
parent
6e951443ed
commit
d7ea99eb8a
3 changed files with 28 additions and 4 deletions
|
@ -315,8 +315,9 @@ class FrostfsCliObject(CliCommand):
|
|||
ttl: TTL value in request meta header (default 2)
|
||||
wallet: WIF (NEP-2) string or path to the wallet or binary key
|
||||
xhdr: Dict with request X-Headers
|
||||
|
||||
Returns:
|
||||
(str): ID of patched Object
|
||||
Command's result.
|
||||
"""
|
||||
return self._execute(
|
||||
"object patch",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue