Skip to content

Commit

Permalink
Add Webhook oAuth properties (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS authored Jul 23, 2024
1 parent 7793d15 commit 96f7366
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
- Add `Webhook oAuth properties`
- Add `ForbiddenException`
- Add `AccountBilling.productType`
- Add `EnvelopeTemplate.title`
Expand Down
7 changes: 7 additions & 0 deletions src/Resource/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@ class Webhook extends BaseResource
public string $status;

public string $secret;

public ?string $oAuthTokenEndpoint;

public ?string $oAuthClientId;

/** @var string[] $oAuthScopes */
public array $oAuthScopes;
}

0 comments on commit 96f7366

Please sign in to comment.