mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: add API key ID to interceptions (#20513)
Adds APIKeyID to interceptions. Needed for tracking API key usage with bridge. fixes https://github.com/coder/coder/issues/20001
This commit is contained in:
Generated
+1
@@ -31,6 +31,7 @@ curl -X GET http://coder-server:8080/api/v2/aibridge/interceptions \
|
||||
"count": 0,
|
||||
"results": [
|
||||
{
|
||||
"api_key_id": "string",
|
||||
"ended_at": "2019-08-24T14:15:22Z",
|
||||
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
|
||||
"initiator": {
|
||||
|
||||
Generated
+3
@@ -409,6 +409,7 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"api_key_id": "string",
|
||||
"ended_at": "2019-08-24T14:15:22Z",
|
||||
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
|
||||
"initiator": {
|
||||
@@ -475,6 +476,7 @@
|
||||
|
||||
| Name | Type | Required | Restrictions | Description |
|
||||
|--------------------|---------------------------------------------------------------------|----------|--------------|-------------|
|
||||
| `api_key_id` | string | false | | |
|
||||
| `ended_at` | string | false | | |
|
||||
| `id` | string | false | | |
|
||||
| `initiator` | [codersdk.MinimalUser](#codersdkminimaluser) | false | | |
|
||||
@@ -494,6 +496,7 @@
|
||||
"count": 0,
|
||||
"results": [
|
||||
{
|
||||
"api_key_id": "string",
|
||||
"ended_at": "2019-08-24T14:15:22Z",
|
||||
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
|
||||
"initiator": {
|
||||
|
||||
Reference in New Issue
Block a user