管理APIトークン管理
トークンの作成
🔐 ログインが必要です(User権限)
Request Body
application/json
id?integer
user_id?integer
name?string
key?string
status?integer
expired_time?integer
remain_quota?integer
unlimited_quota?boolean
Response Body
curl -X POST "https://loading/api/token/" \ -H "Content-Type: application/json" \ -d '{}'Empty
このガイドはいかがですか?
最終更新