You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/nexus.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14563,14 +14563,14 @@
14563
14563
"description": "Audit log entry",
14564
14564
"type": "object",
14565
14565
"properties": {
14566
-
"access_method": {
14567
-
"nullable": true,
14568
-
"description": "Indicates whether request was made with an API token or session cookie. Optional because it will not be defined on unauthenticated requests like login attempts.",
14569
-
"type": "string"
14570
-
},
14571
14566
"actor": {
14572
14567
"$ref": "#/components/schemas/AuditLogEntryActor"
14573
14568
},
14569
+
"auth_method": {
14570
+
"nullable": true,
14571
+
"description": "How the user authenticated the request. Possible values are \"session_cookie\" and \"access_token\". Optional because it will not be defined on unauthenticated requests like login attempts.",
14572
+
"type": "string"
14573
+
},
14574
14574
"id": {
14575
14575
"description": "Unique identifier for the audit log entry",
0 commit comments