Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ban Visitor for Dashboard and Agent Chat #126

Open
nicolan74 opened this issue Aug 26, 2022 · 0 comments
Open

Add Ban Visitor for Dashboard and Agent Chat #126

nicolan74 opened this issue Aug 26, 2022 · 0 comments
Assignees

Comments

@nicolan74
Copy link
Contributor

Call PATCH OR PUT /projects passing as body bannedUsers: [{id: requester_id, ip: request.attributes.ipAddress}]

Image

curl -v -X POST -H 'Content-Type:application/json' -u [email protected]:258456td -d '{"id":"testprj", "ip":"testprj123"}' http://localhost:3000/projects/6307a210f6c98c2d6c9c74ef/ban

curl -v -X DELETE -H 'Content-Type:application/json' -u [email protected]:258456td http://localhost:3000/projects/6307a210f6c98c2d6c9c74ef/ban/6307a22cf6c98c2d6c9c7525

Implement also a ban list
Image

@nicolan74 nicolan74 self-assigned this Aug 26, 2022
@nicolan74 nicolan74 moved this from 🏗 In progress to 👀 In review in Tiledesk backlog Aug 31, 2022
@nicolan74 nicolan74 moved this from 👀 In review to ✅ Done in Tiledesk backlog Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant