cURL
curl --request POST \ --url https://catalystapi.superdashhq.com/api/v1/assistants/updatePrompt/{workspaceId}/{assistantId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "prompt": "<string>" } '
{ "prompt": "The updated prompt of the assistant" }
Update the Prompt of the Assistant