Description: Everything dealing with blocked users will be here. As per API docs on Postman, you will need to implement your respective endpoints. This is pretty similar to #10, so you can work with them on your task. A user must be authenticated and they must be the user requested.
GET: Get a list of User IDs of blocked users
PUT: Update the list of blocked users (adding or removing)
Route:
/user/{id}/blocked
Description: Everything dealing with blocked users will be here. As per API docs on Postman, you will need to implement your respective endpoints. This is pretty similar to #10, so you can work with them on your task. A user must be authenticated and they must be the user requested.
GET
: Get a list of User IDs of blocked usersPUT
: Update the list of blocked users (adding or removing)@Shnazy:
GET
@C4Stupid:PUT