mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 19:37:12 +00:00
Document API changes in grocy.openapi.json (closes #969)
This commit is contained in:
@@ -134,7 +134,7 @@ class UsersApiController extends BaseApiController
|
||||
|
||||
return $this->ApiResponse(
|
||||
$response,
|
||||
$this->getDatabase()->user_permissions()->where($args['userId'])
|
||||
$this->getDatabase()->user_permissions()->where('user_id', $args['userId'])
|
||||
);
|
||||
}
|
||||
catch (\Slim\Exception\HttpSpecializedException $ex)
|
||||
|
Reference in New Issue
Block a user