AddSolutionMemberBody

Request body for a SolutionMember operation.

Definition

TypeScript
interface AddSolutionMemberBody {
  solutionId: string;
  entityId: string;
}

Fields

FieldTypeNotes
solutionIdstringrequired — Solution to add the entity to.
entityIdstringrequired — Prefixed ID of the entity to add (agt**, wfl*, app_, etc.). Must belong to the solution's workspace.