Skip to content

Commit

Permalink
correct meta property in lifecycle webhook reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudsftp committed Oct 21, 2024
1 parent 0f131cf commit 6a682b7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 18 deletions.
33 changes: 24 additions & 9 deletions docs/contribution/5-reference/4-webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,15 @@ You may use the following placeholders:
type: "object",
required: ["createdAt"],
properties: {
createdAt: {
extensionId: {
type: "string",
format: "date-time",
example: "2024-03-14T11:36:21Z",
format: "uuid",
example: "c593348d-f594-492a-8185-2b89848a4160",
},
contributorId: {
type: "string",
format: "uuid",
example: "680ba069-7465-4932-8b23-e73914b2e051",
},
},
},
Expand Down Expand Up @@ -206,10 +211,15 @@ You may use the following placeholders:
type: "object",
required: ["createdAt"],
properties: {
createdAt: {
extensionId: {
type: "string",
format: "date-time",
example: "2024-03-14T11:36:21Z",
format: "uuid",
example: "c593348d-f594-492a-8185-2b89848a4160",
},
contributorId: {
type: "string",
format: "uuid",
example: "680ba069-7465-4932-8b23-e73914b2e051",
},
},
},
Expand Down Expand Up @@ -390,10 +400,15 @@ You may use the following placeholders:
type: "object",
required: ["createdAt"],
properties: {
createdAt: {
extensionId: {
type: "string",
format: "date-time",
example: "2024-03-14T11:36:21Z",
format: "uuid",
example: "c593348d-f594-492a-8185-2b89848a4160",
},
contributorId: {
type: "string",
format: "uuid",
example: "680ba069-7465-4932-8b23-e73914b2e051",
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,15 @@ Folgende Platzhalter können verwendet werden:
type: "object",
required: ["createdAt"],
properties: {
createdAt: {
extensionId: {
type: "string",
format: "date-time",
example: "2024-03-14T11:36:21Z",
format: "uuid",
example: "c593348d-f594-492a-8185-2b89848a4160",
},
contributorId: {
type: "string",
format: "uuid",
example: "680ba069-7465-4932-8b23-e73914b2e051",
},
},
},
Expand Down Expand Up @@ -206,10 +211,15 @@ Folgende Platzhalter können verwendet werden:
type: "object",
required: ["createdAt"],
properties: {
createdAt: {
extensionId: {
type: "string",
format: "date-time",
example: "2024-03-14T11:36:21Z",
format: "uuid",
example: "c593348d-f594-492a-8185-2b89848a4160",
},
contributorId: {
type: "string",
format: "uuid",
example: "680ba069-7465-4932-8b23-e73914b2e051",
},
},
},
Expand Down Expand Up @@ -390,10 +400,15 @@ Folgende Platzhalter können verwendet werden:
type: "object",
required: ["createdAt"],
properties: {
createdAt: {
extensionId: {
type: "string",
format: "date-time",
example: "2024-03-14T11:36:21Z",
format: "uuid",
example: "c593348d-f594-492a-8185-2b89848a4160",
},
contributorId: {
type: "string",
format: "uuid",
example: "680ba069-7465-4932-8b23-e73914b2e051",
},
},
},
Expand Down

0 comments on commit 6a682b7

Please sign in to comment.