Skip to content

Commit

Permalink
feat(vdp): expose webhook dispatcher endpoint (#266)
Browse files Browse the repository at this point in the history
Because

 - A new webhook dispatcher endpoint has been added.

This commit

 - Exposes the webhook dispatcher endpoint.
  • Loading branch information
donch1989 authored Nov 18, 2024
1 parent 9fac68c commit f00deed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/settings-env/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,13 @@
}
],
"webhook": [
{
"endpoint": "/v1beta/pipeline-webhooks/{webhook_id}",
"url_pattern": "/v1beta/pipeline-webhooks/{webhook_id}",
"method": "POST",
"timeout": "3600s",
"input_query_strings": []
},
{
"endpoint": "/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/events",
"url_pattern": "/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/events",
Expand Down

0 comments on commit f00deed

Please sign in to comment.