propeller logo
API ReferenceFederated mlUpdate_cbor

Submit FL Update (CBOR)

Submit a model update in CBOR format

POST
/fl/update_cbor

Request Body

application/octet-stream

CBOR-encoded model update payload

body?unknown

Response Body

application/json

curl -X POST "http://localhost:7070/fl/update_cbor"
{
  "status": "accepted"
}