Skip to content

Commit

Permalink
Merge pull request #39 from PagerDuty/next
Browse files Browse the repository at this point in the history
release: 0.4.5
  • Loading branch information
t1agob authored Mar 1, 2024
2 parents 70c905c + 924b405 commit 22e49ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ export interface Config {
apiBaseUrl?: string;
/**
* Optional PagerDuty API Token used in API calls from the backend component.
* @visibility frontend
* @visibility secret
*/
apiToken?: string;
/**
* Optional PagerDuty Scoped OAuth Token used in API calls from the backend component.
* @visibility frontend
* @deepVisibility secret
*/
oauth?: PagerDutyOAuthConfig;
};
Expand Down

0 comments on commit 22e49ab

Please sign in to comment.