cURL
curl --request PATCH \ --url https://sandbox.deck.co/api/v1/decks/{deckId} \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "deck_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_at": 123, "updated_at": 123, "description": "<string>" }
Make updates to your settings.
Enter your client id
Enter your secret
The name for the deck.
The description for the deck.
OK
The identifier for the deck.
The name of the deck.
The time the deck was created.
The time the deck was last updated.
The description of the deck.
Was this page helpful?