docs: regenerate files

This commit is contained in:
Evgeniy Kulikov 2020-04-20 12:04:39 +03:00
parent 096e7211b4
commit c9edac72b4
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
2 changed files with 48 additions and 2 deletions

View file

@ -297,7 +297,7 @@ in distributed system.
| ----- | ---- | ----- | ----------- |
| Object | [Object](#object.Object) | | Object with at least container id and owner id fields |
| Token | [session.Token](#session.Token) | | Token with session public key and user's signature |
| CopiesNumber | [uint32](#uint32) | | Number of the object copies to store within RPC call (zero is processed according to the placement rules) |
| CopiesNumber | [uint32](#uint32) | | Number of the object copies to store within the RPC call (zero is processed according to the placement rules) |
<a name="object.PutResponse"></a>