Update openapi.json
This commit is contained in:
parent
787de50140
commit
10e1eb95ae
@ -9651,6 +9651,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"name": "count",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "number"
|
||||
},
|
||||
"description": "The number of registration tokens to generate. Defaults to 1."
|
||||
},
|
||||
{
|
||||
"name": "length",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "number"
|
||||
},
|
||||
"description": "The length of each registration token. Defaults to 255."
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"auth"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user