Skip to content

Commit

Permalink
adding audit_rest_request_method to audit log field reference opensea…
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonEliatra authored Apr 23, 2024
1 parent 94a08b3 commit 88c514a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _security/audit-logs/field-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Name | Description
`audit_rest_request_headers` | The HTTP headers, if any.
`audit_request_initiating_user` | The user that initiated the request. Only logged if it differs from the effective user.
`audit_request_body` | The HTTP request body, if any (and if request body logging is enabled).
`audit_rest_request_method` | The HTTP request method.


## REST AUTHENTICATED attributes
Expand All @@ -52,6 +53,7 @@ Name | Description
`audit_rest_request_params` | The HTTP request parameters, if any.
`audit_rest_request_headers` | The HTTP headers, if any.
`audit_request_body` | The HTTP request body, if any (and if request body logging is enabled).
`audit_rest_request_method` | The HTTP request method.


## REST SSL_EXCEPTION attributes
Expand Down

0 comments on commit 88c514a

Please sign in to comment.