Submit FL Update (JSON)
Submit a model update in JSON format
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"
}