Skip to content

Improved callback examples #2048

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update versions/3.0.3.md
Co-Authored-By: Darrel <[email protected]>
  • Loading branch information
Phil Sturgeon and darrelmiller authored Nov 27, 2019
commit 6f23ae549a305980f7368c5525633b3cb6528769
2 changes: 1 addition & 1 deletion versions/3.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ $response.header.Location | http://example.org/subscription/1

##### Callback Object Examples

The following example uses the user provided `queryUrl` query string parameter to define the callback URL.
The following example uses the user provided `queryUrl` query string parameter to define the callback URL. This is an example of how to use a callback object to describe a WebHook callback that goes with the subscription operation to enable registering for the WebHook.

```yaml
myCallback:
Expand Down