Update Installation
https://api.vercel.com/v1/installations/{integrationConfigurationId}const response = await fetch('https://api.vercel.com/v1/installations/string', { method: 'PATCH', headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'Content-Type': 'application/json', }, body: JSON.stringify({ "status": "ready", "externalId": "string", "billingPlan": { "id": "string", "type": "prepayment", "name": "string", "description": "string", "paymentMethodRequired": "true", "cost": "string", "details": [], "highlightedDetails": [], "effectiveDate": "string" }, "notification": "value" }),});
const data = await response.json();console.log(data);{}Default authentication mechanism
This endpoint expects an object.
null to clear the current notification.