cURL
curl --request PUT \ --url https://www.getwith.ai/api/plan/{planID} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "requestedInfo": [ { "description": "<string>" } ], "expertAdvice": [ { "description": "<string>" } ] } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "expertID": "<string>", "requestedInfo": [ { "description": "<string>" } ], "expertAdvice": [ { "description": "<string>" } ] }
Show child attributes
Successful response