PUT
/
v1
/
plans
/
{plan_id}
Update Plan
curl --request PUT \
  --url https://sandbox.api.withgale.com/v1/v1/plans/{plan_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

plan_id
string
required

Body

application/json · object

Response

200 - application/json

Plan updated

The response is of type object.