# Move by Metadata **PATCH /projects/{projectId}/cards/move-by-metadata** Move by Metadata ## Servers - https://tadatodo.com/api: https://tadatodo.com/api () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **projectId** (string) The Project ID for this operation ### Body: (object) - **afterCardId** (string) The card ID to move this card after. You can only use this or beforeCardId, not both - **beforeCardId** (string) The card ID to move this card before. You can only use this or afterCardId, not both. - **columnId** (string) The column ID to move this card to - **metadata** (string) The metadata used to search for this card. ## Responses ### 200 #### Body: (object) - **columns** (array[object]) - **createdFlair** (string) - **id** (string) - **metadata** (array[object]) - **name** (string) - **url** (string) [Powered by Bump.sh](https://bump.sh)