propeller logo
API ReferenceFederated mlUpdate

Submit FL Update (JSON)

Submit a model update in JSON format

POST
/fl/update

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "http://localhost:7070/fl/update" \  -H "Content-Type: application/json" \  -d '{}'
{
  "status": "accepted"
}