Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
e0de5c92b5
Implement many-to-many relationship between Notes and Categories in the database model and update sync service to handle category IDs accordingly
f3a0391507
Refactor API documentation and model attributes for consistency: rename 'isDeleted' to 'delete' and 'encrypted_title'/'encrypted_body' to 'title'/'body'