cURL
curl --request PUT \ --url https://elixir.jobkit.io/plans/{id}.json \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "price": 123, "period": 123, "highlight": true, "badge": true, "pin": true }'
{ "id": 3, "name": "Featured", "price": 99, "period": 30, "highlight": true, "badge": true, "pin": true }
Update a payment plan with the given ID