mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
chore(docs): Add global definitions for param types
This commit is contained in:
15
website/server/api-doc.js
Normal file
15
website/server/api-doc.js
Normal file
@@ -0,0 +1,15 @@
|
||||
'use strict';
|
||||
|
||||
// This file defines some globals for use in the API Doc comments
|
||||
|
||||
/**
|
||||
* @apiDefine Path Path Parameters
|
||||
*/
|
||||
|
||||
/**
|
||||
* @apiDefine Body Body Parameters
|
||||
*/
|
||||
|
||||
/**
|
||||
* @apiDefine Query Query Parameters
|
||||
*/
|
||||
Reference in New Issue
Block a user