We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Call PATCH OR PUT /projects passing as body bannedUsers: [{id: requester_id, ip: request.attributes.ipAddress}]
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
The text was updated successfully, but these errors were encountered:
nicolan74
No branches or pull requests
Call PATCH OR PUT /projects passing as body bannedUsers: [{id: requester_id, ip: request.attributes.ipAddress}]
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
The text was updated successfully, but these errors were encountered: