Autodesk-Forge / forge-api-nodejs-client

Forge Node.js SDK: Provides Node.js SDK to help you easily integrate Forge REST APIs into the application
Apache License 2.0
121 stars 87 forks source link

Missing option hookExpiry in CreateSystemHook opts #108

Closed Aarbel closed 11 months ago

Aarbel commented 11 months ago

https://github.com/Autodesk-Forge/forge-api-nodejs-client/blob/48e79706b659552f75c8099c5e2131b68153df81/src/api/WebhooksApi.js#L262

image

cf https://aps.autodesk.com/en/docs/webhooks/v1/reference/http/webhooks/systems-system-hooks-POST/#body-structure

image

Refering also this issue in types package https://github.com/DefinitelyTyped/DefinitelyTyped/issues/66946

Aarbel commented 11 months ago

@cyrillef