# Alias **POST /projects/{projectId}/cards/{cardId}/alias** Create an alias for a card in a project and column. If the card already exists in the project an error will be thrown. ## Servers - https://tadatodo.com/api: https://tadatodo.com/api () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **projectId** (string) The Project ID of the card - **cardId** (string) The ID of the card ### Body: (object) - **columnId** (string) The column ID to move this card to - **projectId** (string) The project ID to move this card to ## 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)