addProjectDependency

Adds the given code_id to Project id's dependencies. This method will throw an exception if the code_id or project id does not already exist, or if the code_type is unknown. (See above for a list of valid code_types.)

Arguments

Name Type Description
skey string

project_id string

The ID of the project to add a dependency to.

code_type string

The code type of the dependency to add.

code_id string

The ID of the dependency to add.

Return

The addProjectDependency method returns a string.