Parameters for creating a new subject.
name, weight and `height`` are required.
name
weight
const params: SubjectParameters = { name: "John Doe", weight: 75, height: 180, birthYear: 1990,};const subject = await client.createSubject(params); Copy
const params: SubjectParameters = { name: "John Doe", weight: 75, height: 180, birthYear: 1990,};const subject = await client.createSubject(params);
Optional
Parameters for creating a new subject.
name,weightand `height`` are required.Example