Skip to main content
POST
/
api
/
v2
/
analytics
/
age-adjusted-data
/
{flockId}
Record data with age-based adjustments
curl --request POST \
  --url http://localhost:3000/api/v2/analytics/age-adjusted-data/{flockId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'
{
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Path Parameters

flockId
string
required

flockId identifier

Body

application/json
value
string

value — see API source for exact type.

Response

OK

message
string
data
object