docs: regenerate files

This commit is contained in:
Evgeniy Kulikov 2020-04-16 17:05:44 +03:00
parent effdc54f79
commit e03e3f1270
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -297,6 +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 the RPC call (zero is processed according to the placement rules) |
<a name="object.PutResponse"></a>