[{"data":1,"prerenderedAt":337},["ShallowReactive",2],{"navigationApi":3,"api_cardmove":52},[4],{"title":5,"path":6,"stem":7,"children":8},"Api","\u002Fapi","api",[9,12,16,20,24,28,32,36,40,44,48],{"title":10,"path":6,"stem":11},"Authentification","api\u002Findex",{"title":13,"path":14,"stem":15},"Area","\u002Fapi\u002Farea","api\u002Farea",{"title":17,"path":18,"stem":19},"Areas","\u002Fapi\u002Fareas","api\u002Fareas",{"title":21,"path":22,"stem":23},"Board","\u002Fapi\u002Fboard","api\u002Fboard",{"title":25,"path":26,"stem":27},"Boards","\u002Fapi\u002Fboards","api\u002Fboards",{"title":29,"path":30,"stem":31},"Card","\u002Fapi\u002Fcard","api\u002Fcard",{"title":33,"path":34,"stem":35},"Cards","\u002Fapi\u002Fcards","api\u002Fcards",{"title":37,"path":38,"stem":39},"Comment","\u002Fapi\u002Fcomment","api\u002Fcomment",{"title":41,"path":42,"stem":43},"Invite","\u002Fapi\u002Finvite","api\u002Finvite",{"title":45,"path":46,"stem":47},"Move a card","\u002Fapi\u002Fcardmove","api\u002FcardMove",{"title":49,"path":50,"stem":51},"Order card","\u002Fapi\u002Fcardorder","api\u002FcardOrder",{"id":53,"title":45,"body":54,"description":332,"extension":333,"meta":334,"navigation":150,"path":46,"seo":335,"stem":47,"__hash__":336},"api\u002Fapi\u002FcardMove.md",{"type":55,"value":56,"toc":322},"minimark",[57,61,70,75,78,83,111,115,217,221,244,248,272,276,283,287,318],[58,59,45],"h1",{"id":60},"move-a-card",[62,63,64,65,69],"p",{},"The ",[66,67,68],"code",{},"api\u002Fdata\u002FcardMove"," endpoint is used to move a card from one area to another within a board.",[71,72,74],"h2",{"id":73},"post-method","POST Method",[62,76,77],{},"Moves a card from one area to another and updates its position in the destination area.",[79,80,82],"h3",{"id":81},"parameters","Parameters",[84,85,86,93,99,105],"ul",{},[87,88,89,92],"li",{},[66,90,91],{},"cardId"," (required): The ID of the card to move.",[87,94,95,98],{},[66,96,97],{},"fromAreaId"," (required): The ID of the area from which the card is being moved.",[87,100,101,104],{},[66,102,103],{},"toAreaId"," (required): The ID of the area to which the card is being moved.",[87,106,107,110],{},[66,108,109],{},"newIndex"," (required): The new position (sort order) of the card in the destination area.",[79,112,114],{"id":113},"example-request","Example Request",[116,117,122],"pre",{"className":118,"code":119,"language":120,"meta":121,"style":121},"language-json shiki shiki-themes github-light github-dark","POST \u002Fapi\u002Fdata\u002FcardMove\nContent-Type: application\u002Fjson\nX-API-Key: your_api_key_here\n\n{\n  \"cardId\": 123,\n  \"fromAreaId\": 456,\n  \"toAreaId\": 789,\n  \"newIndex\": 2\n}\n","json","",[66,123,124,133,139,145,152,158,174,187,200,211],{"__ignoreMap":121},[125,126,129],"span",{"class":127,"line":128},"line",1,[125,130,132],{"class":131},"sVt8B","POST \u002Fapi\u002Fdata\u002FcardMove\n",[125,134,136],{"class":127,"line":135},2,[125,137,138],{"class":131},"Content-Type: application\u002Fjson\n",[125,140,142],{"class":127,"line":141},3,[125,143,144],{"class":131},"X-API-Key: your_api_key_here\n",[125,146,148],{"class":127,"line":147},4,[125,149,151],{"emptyLinePlaceholder":150},true,"\n",[125,153,155],{"class":127,"line":154},5,[125,156,157],{"class":131},"{\n",[125,159,161,165,168,171],{"class":127,"line":160},6,[125,162,164],{"class":163},"sj4cs","  \"cardId\"",[125,166,167],{"class":131},": ",[125,169,170],{"class":163},"123",[125,172,173],{"class":131},",\n",[125,175,177,180,182,185],{"class":127,"line":176},7,[125,178,179],{"class":163},"  \"fromAreaId\"",[125,181,167],{"class":131},[125,183,184],{"class":163},"456",[125,186,173],{"class":131},[125,188,190,193,195,198],{"class":127,"line":189},8,[125,191,192],{"class":163},"  \"toAreaId\"",[125,194,167],{"class":131},[125,196,197],{"class":163},"789",[125,199,173],{"class":131},[125,201,203,206,208],{"class":127,"line":202},9,[125,204,205],{"class":163},"  \"newIndex\"",[125,207,167],{"class":131},[125,209,210],{"class":163},"2\n",[125,212,214],{"class":127,"line":213},10,[125,215,216],{"class":131},"}\n",[79,218,220],{"id":219},"example-response-success","Example Response (Success)",[116,222,224],{"className":118,"code":223,"language":120,"meta":121,"style":121},"{\n  \"success\": true\n}\n",[66,225,226,230,240],{"__ignoreMap":121},[125,227,228],{"class":127,"line":128},[125,229,157],{"class":131},[125,231,232,235,237],{"class":127,"line":135},[125,233,234],{"class":163},"  \"success\"",[125,236,167],{"class":131},[125,238,239],{"class":163},"true\n",[125,241,242],{"class":127,"line":141},[125,243,216],{"class":131},[79,245,247],{"id":246},"example-response-error","Example Response (Error)",[116,249,251],{"className":118,"code":250,"language":120,"meta":121,"style":121},"{\n  \"error\": \"Card ID, fromAreaId, toAreaId, and newIndex are required\"\n}\n",[66,252,253,257,268],{"__ignoreMap":121},[125,254,255],{"class":127,"line":128},[125,256,157],{"class":131},[125,258,259,262,264],{"class":127,"line":135},[125,260,261],{"class":163},"  \"error\"",[125,263,167],{"class":131},[125,265,267],{"class":266},"sZZnC","\"Card ID, fromAreaId, toAreaId, and newIndex are required\"\n",[125,269,270],{"class":127,"line":141},[125,271,216],{"class":131},[71,273,275],{"id":274},"authentication","Authentication",[62,277,278,279,282],{},"The endpoint requires authentication via an API key or session. Unauthorized requests will receive a ",[66,280,281],{},"403 Forbidden"," error.",[71,284,286],{"id":285},"error-handling","Error Handling",[84,288,289,295,300,306,312],{},[87,290,291,294],{},[66,292,293],{},"400 Bad Request",": Missing required parameters.",[87,296,297,299],{},[66,298,281],{},": Unauthorized access.",[87,301,302,305],{},[66,303,304],{},"404 Not Found",": Board not found.",[87,307,308,311],{},[66,309,310],{},"405 Method Not Allowed",": Unsupported HTTP method.",[87,313,314,317],{},[66,315,316],{},"500 Internal Server Error",": Database or server error.",[319,320,321],"style",{},"html pre.shiki code .sVt8B, html code.shiki .sVt8B{--shiki-default:#24292E;--shiki-dark:#E1E4E8}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}",{"title":121,"searchDepth":135,"depth":135,"links":323},[324,330,331],{"id":73,"depth":135,"text":74,"children":325},[326,327,328,329],{"id":81,"depth":141,"text":82},{"id":113,"depth":141,"text":114},{"id":219,"depth":141,"text":220},{"id":246,"depth":141,"text":247},{"id":274,"depth":135,"text":275},{"id":285,"depth":135,"text":286},"The api\u002Fdata\u002FcardMove endpoint is used to move a card from one area to another within a board.","md",{},{"title":45,"description":332},"HbXb2PI87UhHvbvcO9RT4n7zMXetJzU8VzOwHmdpojc",1786546244240]