project/add_profiles

Adds a list of profiles to a project.

Usage

Requires POST.

https://www.geni.com/api/project-6/add_profiles?profile_ids=g1,profile-2

Parameters

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

Returned Fields

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

rails-1a-000