mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
chore(docs): remove unneeded apiVersion param
This commit is contained in:
@@ -9,7 +9,6 @@ let api = {};
|
||||
/**
|
||||
* @apiIgnore
|
||||
* @api {post} /api/v3/user/push-devices Add a push device to a user
|
||||
* @apiVersion 3.0.0
|
||||
* @apiName UserAddPushDevice
|
||||
* @apiGroup User
|
||||
*
|
||||
@@ -54,7 +53,6 @@ api.addPushDevice = {
|
||||
/**
|
||||
* @apiIgnore
|
||||
* @api {delete} /api/v3/user/push-devices remove a push device from a user
|
||||
* @apiVersion 3.0.0
|
||||
* @apiName UserRemovePushDevice
|
||||
* @apiGroup User
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user