You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/api/introduction.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,14 +61,14 @@ The allocation storage methods allow you to create, update, and manage allocatio
61
61
|[`updateAllocationWithRepair`](/docs/api/allocation#updateallocationwithrepair)| Updates your allocation settings and repairs the allocation if any blobber was replaced or added |
62
62
|[`getUpdateAllocationMinLock`](/docs/api/allocation#getupdateallocationminlock)| Retrieves the minimum lock value for the allocation after update. |
63
63
|[`updateForbidAllocation`](/docs/api/allocation#updateforbidallocation)| UpdateForbidAllocation updates the permissions of an allocation, given the permission parameters in a forbid-first manner. |
64
-
|[`getUpdateAllocTicket`](/docs/api/allocation#getupdateallocticket)| This method is used to sign an "Update Allocation ticket". This ticket is needed to allow someone else to run update transaction for your allocation on your terms. |
65
-
|[`transferAllocation`](/docs/api/allocation#transferallocation)| Transfer the ownership of an allocation to a new owner |
64
+
|[`getUpdateAllocTicket`](/docs/api/allocation#getupdateallocticket)| Generates and signs an "Update Allocation ticket", which authorizes the "add blobber" or "replace blobber" operation from other wallets. |
66
65
|[`checkAllocStatus`](/docs/api/allocation#checkallocstatus)| Check the health status of the allocation.|
67
66
|[`skipStatusCheck`](/docs/api/allocation#skipstatuscheck)| Skips the `checkAlloctionStatus` health status check of the allocation. |
68
67
|[`repairAllocation`](/docs/api/allocation#repairallocation)| Start a repair process for an allocation. |
69
68
|[`repairSize`](/docs/api/allocation#repairsize)| Retrieves the repair size for a specific path in an allocation. |
70
69
|[`createWorkers`](/docs/api/allocation#createworkers)| Manually create local workers that sync with the allocation. |
71
70
|[`terminateWorkers`](/docs/api/allocation#terminateworkers)| Remove local workers that sync with the allocation. This is useful when switching between allocations. |
71
+
{/* | [`transferAllocation`](/docs/api/allocation#transferallocation) | Transfer the ownership of an allocation to a new owner | */}
* This method is used to sign an "Update Allocation ticket". This ticket is needed to allow someone else to run update transaction for your allocation on your terms.
568
+
* Generates and signs an "Update Allocation ticket", which authorizes the "add blobber" or "replace blobber" operation from other wallets. This ticket must be signed by the allocation owner.
0 commit comments