{ "operationId": "atlassianRefreshwebhooks", "method": "PUT", "path": "/rest/api/3/webhook/refresh", "summary": "Atlassian Extend Webhook Life", "requestExamples": [ { "contentType": "application/json", "example": { "webhookIds": [ 10000, 10001, 10042 ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"expirationDate\":\"2019-06-01T12:42:30.000+0000\"}" } ] }