Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15437387
D19510.id46650.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
942 B
Referenced Files
None
Subscribers
None
D19510.id46650.diff
View Options
diff --git a/src/docs/user/userguide/webhooks.diviner b/src/docs/user/userguide/webhooks.diviner
--- a/src/docs/user/userguide/webhooks.diviner
+++ b/src/docs/user/userguide/webhooks.diviner
@@ -38,9 +38,6 @@
phabricator/ $ ./bin/webhook call --id 42 --object D123
```
-You can use a tool like [[ https://requestb.in | RequestBin ]] to inspect
-the headers and payload for calls to hooks.
-
Verifying Requests
==================
@@ -157,6 +154,20 @@
`transaction.search`, passing the transaction PHIDs as a constraint to retrieve
details about the transactions.
+For example, your call to `transaction.search` may look something like this:
+
+```lang=json
+{
+ "objectIdentifier": "PHID-XXXX-abcdef",
+ "constraints": {
+ "phids": [
+ "PHID-XACT-XXXX-11111111",
+ "PHID-XACT-XXXX-22222222"
+ ]
+ }
+}
+```
+
The `phid.query` method can also be used to retrieve generic information about
a list of objects.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 26, 7:07 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7716889
Default Alt Text
D19510.id46650.diff (942 B)
Attached To
Mode
D19510: Add an explicit example of constraining "transaction.search" to the webhook documentation
Attached
Detach File
Event Timeline
Log In to Comment