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: