Replies: 2 comments
|
I'm not sure this is intended, it's being caused by the Maybe that should be renamed to |
0 replies
|
Only noticed that peculiarity while trying out the REST API, so decided to ask if that is intended so you can change it if it was not. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I am accessing the goosebit server via REST API access, i can request the devices or a specific device using the following:
curl -X GET http://:60053/api/v1/devices/
-H "Authorization: Bearer
-H "Accept: application/json"
When i use a device name that has not been registered yet and does not exist in the database, it actually CREATES a new entry in the database. Is that behavior expected?
All reactions