project/add_documents

Adds a list of documents to a project.

Usage

Requires POST.

https://www.geni.com/api/project-6/add_documents?ids=g1,document-2

Parameters

Name Type Description Required
ids String Comma separated list of guids and/or node ids true

Returned Fields

Name Type Description
results Array of Documents The list of documents added to the project
Note: Blank fields will not be returned to save bandwidth.

rails-1a-001