From 91b760f2ef72dab0f5b7c358bdb98e466d5cff2d Mon Sep 17 00:00:00 2001 From: Alexander Mattoni <5110855+mattoni@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:41:42 +0000 Subject: [PATCH] add hint field --- components/schemas/hubs/ApiKey.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/schemas/hubs/ApiKey.yml b/components/schemas/hubs/ApiKey.yml index 6c47fe6a..b2e345c9 100644 --- a/components/schemas/hubs/ApiKey.yml +++ b/components/schemas/hubs/ApiKey.yml @@ -8,6 +8,7 @@ required: - creator - secret - role_id + - hint - ips - state - events @@ -23,7 +24,10 @@ properties: $ref: ../creators/CreatorScope.yml secret: type: string - description: The API key secret. + description: The API key secret. Will only be populated one time on create. + hint: + type: string + description: The first few characters of the API key, for identification. role_id: $ref: ../ID.yml ips: