Request Secrets Rotation
/v1/installations/{installationId}/resources/{resourceId}/secrets/rotateconst response = await fetch('/v1/installations/string/resources/string/secrets/rotate', { method: 'POST', headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'Content-Type': 'application/json', }, body: JSON.stringify({ "reason": "string", "delayOldSecretsExpirationHours": "123" }),});
const data = await response.json();console.log(data);"value"Default authentication mechanism
Default authentication mechanism
This endpoint expects an object.