wip
This commit is contained in:
parent
a3cf63823f
commit
9021bb5694
7 changed files with 176 additions and 2 deletions
|
@ -14,6 +14,11 @@ export interface IEndpointMeta {
|
|||
*/
|
||||
requireCredential?: boolean;
|
||||
|
||||
/**
|
||||
* 管理者のみ使えるエンドポイントか否か
|
||||
*/
|
||||
requireAdmin?: boolean;
|
||||
|
||||
/**
|
||||
* エンドポイントのリミテーションに関するやつ
|
||||
* 省略した場合はリミテーションは無いものとして解釈されます。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue