You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QUADS version (rpm -qa | grep quads and/or quads --version):
Python version:
Operating System:
Describe the bug
A clear and concise description of what the bug is.
curl -k -X POST -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" -d '{"description": "Short description here", "owner": "hello_quads", "qinq": 1, "vlan": "602"}' http://quads2-stage.example.com/api/v3/assignments/self
The owner must be a valid user, nice to have user validation.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Generate TOKEN for test
In payload: input owner with any random word.
Expected behavior
A clear and concise description of what you expected to happen.
The owner must be an active or valid user.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
athiruma
changed the title
[BUG]: Validate owner in self-assignment API
[BUG] Validate owner in self-assignment API
Jan 16, 2025
rpm -qa | grep quads
and/orquads --version
):Describe the bug
A clear and concise description of what the bug is.
curl -k -X POST -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" -d '{"description": "Short description here", "owner": "hello_quads", "qinq": 1, "vlan": "602"}' http://quads2-stage.example.com/api/v3/assignments/self
The owner must be a valid user, nice to have user validation.
To Reproduce
Steps to reproduce the behavior:
Generate TOKEN for test
In payload: input owner with any random word.
Expected behavior
A clear and concise description of what you expected to happen.
The owner must be an active or valid user.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: