Skip to main content
PUT
Update subject

Authorizations

Authorization
string
header
required

Recommended. Pass your API key as a Bearer token in the Authorization header: Authorization: Bearer YOUR_API_KEY.

Path Parameters

subject_id
string
required

Subject ID.

Body

application/json

Only provided fields are updated. Omitted fields remain unchanged. Height is in meters, weight is in kilograms.

email
string
Example:

"newemail@example.com"

name
string
Example:

"Jane Smith-Williams"

height
number

Subject height in meters.

Example:

1.73

weight
number

Subject weight in kilograms.

Example:

63

Response

Subject updated.

message
string