Skip to content

Commit da1cd7b

Browse files
committed
feat: renaming rest to webhook
1 parent 6ab9509 commit da1cd7b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

definitions/draco_rest/flow_types/rest.proto.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"name": [
66
{
77
"code": "en-US",
8-
"content": "Rest Endpoint"
8+
"content": "Webhook"
99
}
1010
],
1111
"description": [
1212
{
1313
"code": "en-US",
14-
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
14+
"content": "A Webhook is an HTTP endpoint that listens for incoming requests from external services or clients, allowing you to react to events in real time using standard HTTP methods like GET, POST, PUT, and DELETE."
1515
}
1616
],
1717
"documentation": [],
1818
"displayMessage": [
1919
{
2020
"code": "en-US",
21-
"content": "Trigger Rest-Flow on ${httpMethod} with a Request to ${httpURL}"
21+
"content": "Webhook on ${httpMethod} at ${httpURL}"
2222
}
2323
],
2424
"alias": [
2525
{
2626
"code": "en-US",
27-
"content": "http;rest;route;web;webhook"
27+
"content": "webhook;http;rest;route;web"
2828
}
2929
],
3030
"displayIcon": "tabler:world-www",

definitions/draco_rest/runtime_flow_types/rest.proto.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"name": [
55
{
66
"code": "en-US",
7-
"content": "Rest Endpoint"
7+
"content": "Webhook"
88
}
99
],
1010
"description": [
1111
{
1212
"code": "en-US",
13-
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
13+
"content": "A Webhook is an HTTP endpoint that listens for incoming requests from external services or clients, allowing you to react to events in real time using standard HTTP methods like GET, POST, PUT, and DELETE."
1414
}
1515
],
1616
"documentation": [],
1717
"displayMessage": [
1818
{
1919
"code": "en-US",
20-
"content": "Trigger Rest-Flow on ${httpMethod} with a Request to ${httpURL}"
20+
"content": "Webhook on ${httpMethod} at ${httpURL}"
2121
}
2222
],
2323
"alias": [
2424
{
2525
"code": "en-US",
26-
"content": "http;rest;route;web;webhook"
26+
"content": "webhook;http;rest;route;web"
2727
}
2828
],
2929
"displayIcon": "tabler:world-www",

0 commit comments

Comments
 (0)