Move code widget item

Updates the position of a code widget item on a board.

Required scope

boards:write

Rate limiting

Level 2

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier (ID) of the board where you want to move the item.

string
required

Unique identifier (ID) of the item that you want to move.

Body Params

Contains information about the item's position on the board, such as its x coordinate, y coordinate, and the origin of the x and y coordinates.

string
enum
Defaults to center

Area of the item that is referenced by its x and y coordinates. For example, an item with a center origin will have its x and y coordinates point to its center. The center point of the board has x: 0 and y: 0 coordinates.
Currently, only one option is supported (center).

Allowed:
double
Defaults to 0

X-axis coordinate of the location of the item on the board.
By default, all items have absolute positioning to the board, not the current viewport.
The center point of the board has x: 0 and y: 0 coordinates.

double
Defaults to 0

Y-axis coordinate of the location of the item on the board.
By default, all items have absolute positioning to the board, not the current viewport.
The center point of the board has x: 0 and y: 0 coordinates.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json