azisaba-graph 0.1.0-rc.1

An API for connecting and sharing data across Azisaba Network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# UpdateApiKeyRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | The human-readable name of the API key. | [optional]
**scopes** | Option<**HashSet<Scopes>**> | The scopes granted to the API key. (enum: *, api-keys:read, api-keys:write, crawls:read, crawls:write, patch-notes:read, patch-notes:write, players:read, players:read-details, players:write, punishments:read, punishments:write) | [optional]
**expires_at** | Option<**chrono::DateTime<chrono::FixedOffset>**> | The date and time at which the API key expires, or `null` if it does not expire. | [optional]
**player_id** | Option<**uuid::Uuid**> | The player linked to this API key, or `null` if the key is not linked to a player. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)