@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo in Conduit editing API docs

Test Plan: It should work.

Reviewers: O1 Blessed Committers, valerio.bozzolan, aklapper

Reviewed By: O1 Blessed Committers, valerio.bozzolan, aklapper

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26168

xtex c5ccf500 41ce0658

+1 -1
+1 -1
src/docs/user/userguide/conduit_edit.diviner
··· 27 27 Creating Objects 28 28 ================ 29 29 30 - To create objects, pass a list of transactions but leave `objectIdentfier` 30 + To create objects, pass a list of transactions but leave `objectIdentifier` 31 31 blank. This tells the endpoint that you want to create a new, empty object and 32 32 then apply the transactions to it. 33 33