AddSolutionMemberBody
Request body for a SolutionMember operation.
Definition
TypeScript
interface AddSolutionMemberBody {
solutionId: string;
entityId: string;
}Fields
| Field | Type | Notes |
|---|---|---|
solutionId | string | required — Solution to add the entity to. |
entityId | string | required — Prefixed ID of the entity to add (agt**, wfl*, app_, etc.). Must belong to the solution's workspace. |