From 10e1eb95ae5f514f55adada282402897135aab73 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Fri, 24 Mar 2023 19:36:28 -0400 Subject: [PATCH] Update openapi.json --- assets/openapi.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/assets/openapi.json b/assets/openapi.json index e95e46e6..bc379d16 100644 --- a/assets/openapi.json +++ b/assets/openapi.json @@ -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" ]