cURL
curl --request PUT \ --url https://api.getmaxim.ai/v1/prompts/config \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "id": "<string>", "deploymentFields": [ { "variable": "<string>", "operator": "<string>", "value": "<any>" } ] }'
{ "data": { "id": "<string>", "promptId": "<string>", "config": {}, "createdAt": "<string>", "updatedAt": "<string>" } }
Update prompt configuration
API key for authentication
Prompt configuration updated successfully
The response is of type object.
object
Was this page helpful?