Skip to content

Commit

Permalink
fix: the action error of oryx callback on_publish event example (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
starriesWEB authored Sep 5, 2024
1 parent 6ce3e1c commit 62a7a75
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ For HTTP callback `on_publish` event:
Request:
{
"request_id": "3ab26a09-59b0-42f7-98e3-a281c7d0712b",
"action": "on_unpublish",
"action": "on_publish",
"opaque": "mytoken",
"vhost": "__defaultVhost__",
"app": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ For HTTP callback `on_publish` event:
Request:
{
"request_id": "3ab26a09-59b0-42f7-98e3-a281c7d0712b",
"action": "on_unpublish",
"action": "on_publish",
"opaque": "mytoken",
"vhost": "__defaultVhost__",
"app": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ For HTTP callback `on_publish` event:
Request:
{
"request_id": "3ab26a09-59b0-42f7-98e3-a281c7d0712b",
"action": "on_unpublish",
"action": "on_publish",
"opaque": "mytoken",
"vhost": "__defaultVhost__",
"app": "live",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ For HTTP callback `on_publish` event:
Request:
{
"request_id": "3ab26a09-59b0-42f7-98e3-a281c7d0712b",
"action": "on_unpublish",
"action": "on_publish",
"opaque": "mytoken",
"vhost": "__defaultVhost__",
"app": "live",
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-5.0/doc/getting-started-oryx.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ For HTTP callback `on_publish` event:
Request:
{
"request_id": "3ab26a09-59b0-42f7-98e3-a281c7d0712b",
"action": "on_unpublish",
"action": "on_publish",
"opaque": "mytoken",
"vhost": "__defaultVhost__",
"app": "live",
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-6.0/doc/getting-started-oryx.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ For HTTP callback `on_publish` event:
Request:
{
"request_id": "3ab26a09-59b0-42f7-98e3-a281c7d0712b",
"action": "on_unpublish",
"action": "on_publish",
"opaque": "mytoken",
"vhost": "__defaultVhost__",
"app": "live",
Expand Down

0 comments on commit 62a7a75

Please sign in to comment.