cURL
curl --request PUT \ --url https://api.vistaly.com/beta/cards/{cardId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "cardTitle": "Improve customer onboarding flow", "cardDetails": "We need to streamline the onboarding process to reduce drop-off rates" }'
{ "cardId": "<string>", "cardUrl": "<string>", "message": "Card updated successfully" }
Update an existing card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier for the card
Card updated successfully
The response is of type object.
object