Plans
Update Plan
Update plan details. Use when changing plan name, description, or metadata. Partial update supported.
PUT
Update Plan
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/flexprice/flexprice/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Unique identifier of the plan to update.Example:
"plan_a1b2c3d4e5f6g7h8i9j0"Request Body
Updated human-readable name for the plan.Example:
"Pro Plan - Updated"Updated unique lookup key.Example:
"pro-monthly-v2"Updated description of the plan.Example:
"Professional tier with enhanced features"Updated display order.Example:
3Updated metadata. This replaces all existing metadata.Example:
{"tier": "professional", "updated": "true"}Response
Unique identifier for the plan.
Updated human-readable name for the plan.
Updated unique lookup key.
Updated description of the plan.
Updated display order for the plan.
Updated custom metadata.
Environment ID where the plan exists.
Tenant ID that owns this plan.
Status of the plan.
ISO 8601 timestamp when the plan was created.
ISO 8601 timestamp when the plan was last updated.
ID of the user who created the plan.
ID of the user who last updated the plan.
Example Request
cURL
Example Response
Update Plan