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 "https://example.com/fl/update" \ -H "Content-Type: application/json" \ -d '{}'{
"status": "accepted"
}