Create a Project Dependency

post

/api/restapi/projectDependency

Send a request to this endpoint to create a project dependency. An application object will be created for each JSON object provided in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityProjectDependencyInput
Type: object
Title: ApiEntityProjectDependencyInput
This entity represents a ProjectDependency object, a unique ProjectDependency object can be identified by the following combinations of the fields.
  • projectDependencyId
  • projectId,dependentProjectId
  • projectId,dependentProjectCode,dependentProjectWorkspaceCode
  • projectCode,projectWorkspaceCode,dependentProjectId
  • projectCode,projectWorkspaceCode,dependentProjectCode,dependentProjectWorkspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityProjectDependency
Type: object
Title: ApiEntityProjectDependency
This entity represents a ProjectDependency object, a unique ProjectDependency object can be identified by the following combinations of the fields.
  • projectDependencyId
  • projectId,dependentProjectId
  • projectId,dependentProjectCode,dependentProjectWorkspaceCode
  • projectCode,projectWorkspaceCode,dependentProjectId
  • projectCode,projectWorkspaceCode,dependentProjectCode,dependentProjectWorkspaceCode
Show Source

400 Response

Invalid input.
Back to Top