Update openapi.json

This commit is contained in:
Puyodead1 2023-03-24 19:36:28 -04:00
parent 787de50140
commit 10e1eb95ae
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -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": [ "tags": [
"auth" "auth"
] ]