copy edits

This commit is contained in:
ddeyo 2018-09-08 10:06:00 -07:00
parent df479a6f4a
commit d036a3b4cf
1 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@ To allow more control to administrators over the audit Logging, three audit logg
- None: audit logging is disabled - None: audit logging is disabled
- Metadata: includes the following: - Metadata: includes the following:
- Method and API endpoint for the request - Method and API endpoint for the request
- UCP user which made the request - UCP user who made the request
- Response Status (success/failure) - Response Status (success or failure)
- Timestamp of the call - Timestamp of the call
- Object ID of any created or updated resource (for create/update calls). We are not including names of created/updated resources unless more customers are requesting this feature. - Object ID of any created or updated resource (for create or update API calls). We do not include names of created or updated resources
- License Key - License Key
- Remote Address - Remote Address
- Request: includes all fields from the Metadata level as well as the request payload. - Request: includes all fields from the Metadata level as well as the request payload.