Last updated 6 months ago
Successful Response
const response = await fetch('/api/v1/webhooks/github', { method: 'POST', headers: {}, }); const data = await response.json();
const response = await fetch('/api/v1/webhooks/argocd', { method: 'POST', headers: {}, }); const data = await response.json();
const response = await fetch('/api/v1/webhooks/backstage', { method: 'POST', headers: {}, }); const data = await response.json();
const response = await fetch('/api/v1/webhooks/sonarqube/{organization_id}', { method: 'POST', headers: {}, }); const data = await response.json();
{ "detail": [ { "loc": [ "text" ], "msg": "text", "type": "text" } ] }