Adds time series data via JSON. Requires TimeSeriesDTO with Details array.
Parameters:
projectId (path, required): The project ID.
predictionId (path, required): The prediction ID.
timeSeriesData (body, required): TimeSeriesDTO with Details array (non-empty).
Documentation Index
Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt
Use this file to discover all available pages before exploring further.
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Created