Skip to content

Commit

Permalink
Fix extraneous character
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar committed Feb 11, 2020
1 parent db9b1fd commit 97daada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Webhooks.md
Expand Up @@ -202,7 +202,7 @@ The Payload body has the following structure:
| `type` | The type of entity that was targeted by the action. |
| `createdAt` | The date and time that the action took place. |
| `data` | The serialized value of the subject entity. |
| `url`. | URL where you can open up the subject entity. |
| `url` | URL where you can open up the subject entity. |
| `updatedFrom` | For `update` actions, an object containing the previous values of all updated properties. |

For example:
Expand Down

0 comments on commit 97daada

Please sign in to comment.