UpdateSwarmBody

Request body for updating a Swarm.

Definition

TypeScript
interface UpdateSwarmBody {
  name?: string | undefined;
  description?: string | undefined;
  runtimeUserId?: string | null | undefined;
}

Fields

FieldTypeNotes
namestring | undefinedoptional — New name
descriptionstring | undefinedoptional — New description
runtimeUserIdstring | null | undefinedoptional — Override the workspace default service user as the runtime caller when this swarm runs headlessly. Null clears the override. Workspace-admin-only to set.