PATCH
/
plans
/
{plan_id}
/
options
/
{option_id}
curl --request PATCH \
  --url https://api.live.paisr.tech/{version}/plans/{plan_id}/options/{option_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

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

The Plan ID.

option_id
string
required

The Option ID.

Response

200
application/json
Successfully modified plan option.
success
boolean

Indicates if the request was successful.

message
string

A descriptive message regarding the result.