Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{ 
  id: ObjectID, 
  ip: string,
  origin: string, 
  host: string, 
  enpoint: string, 
  http_methodaction: string, 
  user_agent: string, 
  request_header: string, 
  tokenmobile_app_version: string,
   response_status_code: number, 
  request_body: string, 
  response_code: string, 
  response_body: string, 
  user_id: string,    error: string,
  created_at: timestamps,
  updated_at: timestamps
}