interface ForgePanelProjectPinRequest {
    moduleId: string;
    projectList: ProjectPinAction[];
}

Properties

moduleId: string

The moduleId of the Forge panel in the format ari:cloud:ecosystem::extension/{app-id}/{environment-id}/static/{module-key}

projectList: ProjectPinAction[]

The list of projects to pin or unpin the issue panel to or from.