Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion components/schemas/hubs/ApiKey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ required:
- creator
- secret
- role_id
- hint
- ips
- state
- events
Expand All @@ -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:
Expand Down
Loading