cablelabs / lpwanserver

LPWAN Provisioning & Management Server
https://lpwanserver.com
Apache License 2.0
37 stars 11 forks source link

Issue 272 #273

Closed rhythnic closed 5 years ago

rhythnic commented 5 years ago

What does this PR do?

Do you have any concerns with this PR?

Loriot basically doesn't support application update or device update.

Application update This isn't in the API docs, but it's in the openapi spec doc; however, calling it with just a small payload that should be supported according to the spec causes a 500 error on Loriot. App update is disabled in Loriot.

Device update This is in the docs, but similar to app, calling it with a small valid payload causes a 400 error with no details as to why. Device update is disabled for Loriot, except for device keys or activation.

How can the reviewer verify this PR?

Run demo. Create/delete app from within UI.

Any background context you want to provide?

Screenshots or logs (if appropriate)

Questions:

dschrimpsher commented 5 years ago

If I remember correctly (and I may not) the spec they gave us is unreleased so I would guess the deployed version is older and not up to the api. Not sure though.