hawkbit icon indicating copy to clipboard operation
hawkbit copied to clipboard

Is assignment of mandatory module types to distribution set types working?

Open fkromer opened this issue 3 months ago • 0 comments

ATM we try to assign mandatory module types to distribution set types using POST /rest/v1/distributionsettypes/{distributionSetTypeId}/mandatorymoduletypes. Can you confirm that it's working? With request body (raw, json, id==1 matches existing sw module type)

{
    "id": 1
}

I get

{
    "exceptionClass": "org.eclipse.hawkbit.rest.exception.MessageNotReadableException",
    "errorCode": "hawkbit.server.error.rest.body.notReadable",
    "message": "The given request body is not well formed"
}

as response? Would not be dramatic if it would be missing... just good to know.

fkromer avatar Oct 10 '25 11:10 fkromer