Plans

Update a plan

Updates an existing plan's properties such as display name, description, and metadata.

patch/api/v1/plans/{id}

Path parameters

idstring required

The unique identifier of the entity

Request body

displayNamestring

The display name of the package

descriptionstring nullable

The description of the package

billingIdstring nullable

The unique identifier for the entity in the billing provider

metadataobject

Metadata associated with the entity

parentPlanIdstring nullable

The ID of the parent plan, if applicable

compatibleAddonIdsstring[] nullable

Response

The updated plan object.

Changes