Baluke Dental Studios is a full service dental lab offering fabrication, staining, and digital services. Advanced technologies and a meticulous process ensure reduced chair time, lower costs, and better patient outcomes with beautiful smiles. Talk to a representative today.
", "url": "https://mastodon.social/@Baluke", "avatar": "https://files.mastodon.social/accounts/avatars/108/366/849/347/798/387/original/dbcfe99ed5def0f4.png", "avatar_static": "https://files.mastodon.social/accounts/avatars/108/366/849/347/798/387/original/dbcfe99ed5def0f4.png", "header": "https://static-cdn.mastodon.social/headers/original/missing.png", "header_static": "https://static-cdn.mastodon.social/headers/original/missing.png", "followers_count": 0, "following_count": 0, "statuses_count": 38, "last_status_at": "2022-08-25", "emojis": [], "fields": [] } } ``` ##### 401: Unauthorized Invalid or missing Authorization header ```json { "error": "The access token is invalid" } ``` ##### 404: Not found Report not filed. ```json { "error": "Record not found" } ``` ##### 422: Unprocessable entity Token does not have an authorized user ```json { "error": "This method requires an authenticated user" } ``` Alternatively, the `category` was set to `violation` but invalid or missing `rule_ids` were provided ```json { "error": "Validation failed: Rule ids does not reference valid rules" } ``` Alternatively (Mastodon 3.5), the `category` was set to something other than `violation` but some `rule_ids` were provided ```json { "error": "Validation failed: Rule ids must be blank" } ``` --- ## See also {{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/reports_controller.rb" caption="app/controllers/api/v1/reports_controller.rb" >}}