Skip to content

Commit

Permalink
Add entity URLs to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar committed Feb 11, 2020
1 parent 5ac9194 commit db9b1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Webhooks.md
Expand Up @@ -202,6 +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. |
| `updatedFrom` | For `update` actions, an object containing the previous values of all updated properties. |

For example:
Expand All @@ -220,6 +221,7 @@ For example:
"userId": "aacdca22-6266-4c0a-ab3c-8fa70a26765c"
},
"type": "Comment",
"url": "https://linear.app/issue/LIN-1778/foo-bar#comment-77217de3-fb52-4dad-bb9a-b356beb93de8",
"createdAt": "2020-01-23T12:53:18.084Z"
}
```

0 comments on commit db9b1fd

Please sign in to comment.