Skip to content

Commit

Permalink
chore(vdp): remove old webhook endpoints (#273)
Browse files Browse the repository at this point in the history
Because

- The old webhook endpoints are deprecated and no longer in use.

This commit

- Removes the outdated webhook endpoints.
  • Loading branch information
donch1989 authored Nov 29, 2024
1 parent 48b7573 commit 5e662f2
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions config/settings-env/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1366,31 +1366,11 @@
],
"webhook": [
{
"endpoint": "/v1beta/pipeline-webhooks/{webhook_id}",
"url_pattern": "/v1beta/pipeline-webhooks/{webhook_id}",
"endpoint": "/v1beta/pipeline-webhooks/{webhook_type}",
"url_pattern": "/v1beta/pipeline-webhooks/{webhook_type}",
"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",
"method": "POST",
"timeout": "3600s",
"input_query_strings": [
"event",
"code"
]
},
{
"endpoint": "/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/releases/{release_id}/events",
"url_pattern": "/v1beta/namespaces/{namespace_id}/pipelines/{pipeline_id}/releases/{release_id}/events",
"method": "POST",
"timeout": "3600s",
"input_query_strings": [
"event",
"code"
]
}
],
"grpc_auth": [
Expand Down

0 comments on commit 5e662f2

Please sign in to comment.