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.
2822 2823 2824 2825 |
# File 'lib/aws-sdk-workdocs/client.rb', line 2822 def update_document(params = {}, = {}) req = build_request(:update_document, params) req.send_request() end |