cURL
curl --request PATCH \ --url https://live.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.
Documentation IndexFetch the complete documentation index at: https://docs.deck.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.deck.co/llms.txt
Use this file to discover all available pages before exploring further.
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?