cURL
curl --request PUT \ --url https://api.example.com/api/v1/plans/{plan_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "is_active": true, "trial_days": 123 } '
Update an existing plan’s metadata.
Was this page helpful?