UpdateSolutionBody
Request body for updating a Solution.
Definition
TypeScript
interface UpdateSolutionBody {
name?: string | undefined;
description?: string | null | undefined;
}Fields
| Field | Type | Notes |
|---|---|---|
name | string | undefined | optional — New solution name. |
description | string | null | undefined | optional — Updated description; null clears the existing description. |