app

ViewSet for viewing and editing Plans.

patch/app/plans/{plan_id}/

Path parameters

plan_idstring uuid required

Request body

plan_namestring

Name of the plan

status'active' | 'archived'

Response

plan_namestring

Name of the plan

status'active' | 'archived'

Changes