PUT
/
plans
/
{id}
.json
Requires admin authentication
id
integer
required

The id of the plan to update

name
string

The name of the plan, should be 3-32 characters

price
integer

The price of a job in this plan, can be set to 0

period
integer

The period of the plan in days, should be between 1 and 90

highlight
boolean
default:
"false"

Whether the jobs in this plan will be highlighted

badge
boolean
default:
"false"

Whether the jobs in this plan will have a badge displayed

pin
boolean
default:
"false"

Whether the jobs in this plan will be pinned to the top of the list