Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
docs: upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
planetscale-actions-bot committed Jun 27, 2024
1 parent c7b553a commit a64251b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/reference/webhook-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ The `branch.anomaly` event uses the same response body as a `200` response from
{
"timestamp": 1698252879,
"event": "branch.anomaly",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "ecrmjy2f4a5o",
"type": "Branch",
Expand Down Expand Up @@ -129,6 +131,8 @@ The `branch.ready` event uses the same response body as a `200` response from th
{
"timestamp": 1698252879,
"event": "branch.ready",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "ecrmjy2f4a5o",
"type": "Branch",
Expand Down Expand Up @@ -206,6 +210,8 @@ The `branch.sleeping` event uses the same response body as a `200` response from
{
"timestamp": 1697739653,
"event": "branch.sleeping",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "bffzv8jfk9gc",
"type": "Branch",
Expand Down Expand Up @@ -283,6 +289,8 @@ The `deploy_request.opened` event uses the same response body as a `200` respons
{
"timestamp": 1698252899,
"event": "deploy_request.opened",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "4xsz0ql82y4n",
"type": "DeployRequest",
Expand Down Expand Up @@ -361,6 +369,8 @@ The `deploy_request.queued` event uses the same response body as a `200` respons
{
"timestamp": 1698252953,
"event": "deploy_request.queued",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "4xsz0ql82y4n",
"type": "DeployRequest",
Expand Down Expand Up @@ -459,6 +469,8 @@ The `deploy_request_in_progress` event uses the same response body as a `200` re
{
"timestamp": 1698252961,
"event": "deploy_request.in_progress",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "4xsz0ql82y4n",
"type": "DeployRequest",
Expand Down Expand Up @@ -557,6 +569,8 @@ The `deploy_request.errored` event uses the same response body as a `200` respon
{
"timestamp": 1697736651,
"event": "deploy_request.errored",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "jwdnj3q31jd6",
"type": "DeployRequest",
Expand Down Expand Up @@ -663,6 +677,8 @@ The `deploy_request.schema_applied` event uses the same response body as a `200`
{
"timestamp": 1698252989,
"event": "deploy_request.schema_applied",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "4xsz0ql82y4n",
"type": "DeployRequest",
Expand Down Expand Up @@ -794,6 +810,8 @@ The `deploy_request.reverted` event uses the same response body as a `200` respo
{
"timestamp": 1698253029,
"event": "deploy_request.reverted",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "4xsz0ql82y4n",
"type": "DeployRequest",
Expand Down Expand Up @@ -925,6 +943,8 @@ The `deploy_request.closed` event uses the same response body as a `200` respons
{
"timestamp": 1698253030,
"event": "deploy_request.closed",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "4xsz0ql82y4n",
"type": "DeployRequest",
Expand Down Expand Up @@ -1063,6 +1083,8 @@ You can only send one webhook test every 20 seconds.
{
"timestamp": 1697738828,
"event": "webhook.test",
"organization": "myorg",
"database": "example_database",
"resource": {
"id": "34rbgzmvgb9m",
"type": "Database",
Expand Down

0 comments on commit a64251b

Please sign in to comment.