-
-
Notifications
You must be signed in to change notification settings - Fork 375
API /device/<mac>/update-column limitation #1598
Copy link
Copy link
Open
Labels
Waiting for reply⏳Waiting for the original poster to respond, or discussion in progress.Waiting for the original poster to respond, or discussion in progress.bug 🐛Something isn't workingSomething isn't workingnext release/in dev image 🚀This is coming in the next release or was already released if the issue is Closed.This is coming in the next release or was already released if the issue is Closed.
Metadata
Metadata
Assignees
Labels
Waiting for reply⏳Waiting for the original poster to respond, or discussion in progress.Waiting for the original poster to respond, or discussion in progress.bug 🐛Something isn't workingSomething isn't workingnext release/in dev image 🚀This is coming in the next release or was already released if the issue is Closed.This is coming in the next release or was already released if the issue is Closed.
What installation are you running?
Production (netalertx) 📦
Is there an existing issue for this?
The issue occurs in the following browsers. Select at least 2.
Current Behavior
POST /device//update-column
Payload:
{
"columnName": "devSSID",
"columnValue": "TEST"
}
ERROR:
Validation Error: Input should be 'devName', 'devOwner', 'devType', 'devVendor', 'devGroup', 'devLocation', 'devComments', 'devFavorite', 'devParentMAC' or 'devCanSleep'
Expected Behavior
Update device's SSID.
Steps To Reproduce
POST /device//update-column
Payload:
{
"columnName": "devSSID",
"columnValue": "TEST"
}
Relevant
app.confsettingsdocker-compose.yml
Debug or Trace enabled
Relevant
app.logsectionDocker Logs