Skip to content

Commit

Permalink
Merge pull request #331 from HubSpot/feature/fixReadme
Browse files Browse the repository at this point in the history
Update audit logs example
  • Loading branch information
ksvirkou-hubspot authored Feb 23, 2023
2 parents a992f52 + b850693 commit 14d1084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ return hubspotClient.oauth.tokensApi.createToken(
#### Get audit logs

```javascript
const auditLogsResponse = await hubspotClient.cms.auditLogs.defaultApi.getPage()
const response = await hubspotClient.cms.auditLogs.auditLogsApi.getPage()
```

## Not wrapped endpoint(s)
Expand Down

0 comments on commit 14d1084

Please sign in to comment.