Add versioning to admin_report
This commit is contained in:
pare
75b7fc7779
commit
c671f4bbb3
S'han modificat 1 arxius amb 1 adicions i 0 eliminacions
|
@ -2504,6 +2504,7 @@ class Mastodon:
|
||||||
params = self.__generate_params(locals())
|
params = self.__generate_params(locals())
|
||||||
return self.__api_request('GET', '/api/v1/admin/reports', params)
|
return self.__api_request('GET', '/api/v1/admin/reports', params)
|
||||||
|
|
||||||
|
@api_version("2.9.1", "2.9.1", __DICT_VERSION_REPORT)
|
||||||
def admin_report(self, id):
|
def admin_report(self, id):
|
||||||
"""
|
"""
|
||||||
Fetches the report with the given id.
|
Fetches the report with the given id.
|
||||||
|
|
Loading…
Referencia en una nova incidència