Authorizations
Path Parameters
Body
application/json
- Option 1
- Option 2
Response
Successful response
- Option 1
- Option 2
curl --request PUT \
--url https://app.flowglad.com/api/v1/features/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"feature": {
"id": "<string>",
"type": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"amount": null,
"usageMeterId": null,
"renewalFrequency": null,
"pricingModelId": "<string>",
"active": true
}
}'
{
"feature": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"type": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"amount": null,
"usageMeterId": null,
"renewalFrequency": null,
"pricingModelId": "<string>",
"active": true
}
}
curl --request PUT \
--url https://app.flowglad.com/api/v1/features/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"feature": {
"id": "<string>",
"type": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"amount": null,
"usageMeterId": null,
"renewalFrequency": null,
"pricingModelId": "<string>",
"active": true
}
}'
{
"feature": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"type": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"amount": null,
"usageMeterId": null,
"renewalFrequency": null,
"pricingModelId": "<string>",
"active": true
}
}
Show child attributes
Successful response
Show child attributes
Was this page helpful?