Projects V2

Assign Application to Project

Associates an existing application with a project. Requires projects:write and applications:write scope.

post/v2/projects/{id}/applications/assign

Path parameters

idstring required

Project ID

Project ID

Request body

application_idstring required

Application ID to add/remove

Response

Success

object'project_application_association' required

Object type, always project_application_association

project_idstring required

Project ID

application_idstring required

Application ID

associatedboolean required

Whether the application is now associated with the project

Changes

No recorded changes to this endpoint across all 1 revision of this API.