Method: Aws::WorkDocs::Client#update_document
- Defined in:
- lib/aws-sdk-workdocs/client.rb
#update_document(params = {}) ⇒ Struct
Updates the specified attributes of a document. The user must have access to both the document and its parent folder, if applicable.
2397 2398 2399 2400 |
# File 'lib/aws-sdk-workdocs/client.rb', line 2397 def update_document(params = {}, = {}) req = build_request(:update_document, params) req.send_request() end |