MCPcopy Create free account
hub / github.com/QuantumNous/new-api / AdminCreateUserSubscriptionRequest

Struct AdminCreateUserSubscriptionRequest

controller/subscription.go:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394type AdminCreateUserSubscriptionRequest struct {
395 PlanId int `json:"plan_id"`
396}
397
398type AdminResetSubscriptionRequest struct {
399 PlanId int `json:"plan_id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected