put https://api.seismic.com/programs/v2/spaces//rank
Rank defines the default order of a task in a program, as viewed by users of that program viewing tasks sorted by the latest defined rank values. Sort is defined as rank:asc
/rank:desc
.
This endpoint allows a user to reorder a task (nodeId
) by placing it before an existing task (nodeIdAfter
) in a ranked list. To place a task at the end of a list, nodeIdAfter
should not be defined or null
.