Add/Update/Delete payload codec via API

Hi everyone,

Is there a way to change the payload codec, both function Decode and Encode, via API?

I’m writing the integration of chirpstack with our systems and I have an application to create the decoder function for our users. Using a webform, they can visually draw the payload format and this app will create the javascript Decode function, but I want to have a way to push this function directly to chirpstack via API.

Thanks, all the best,

Found it here, pretty straight forward…

/api/device-profiles/{id}
/api#!/DeviceProfileService/Get

1 Like