A valid request URL is required to generate request examples{
"id": "<string>",
"tier_structure_id": "<string>",
"name": "<string>",
"downgrade": {},
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"object": "<string>",
"qualification_rules": {
"points": {
"min_value": 123,
"max_value": 123
},
"segment": {
"id": "<string>"
}
}
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>"
}Update tier
⚠️ BETA endpoint
This is a work-in-progress documentation of a BETA endpoint. The parameters, fields, request and response bodies, and other data may subject to change. If you want to share feedback or improvements, contact Voucherify support or your Technical Account Manager.
Updates a tier within the tier structure. All properties are optional. When the
parent tier structure is not in DRAFT status, only name and metadata may be
updated.
A valid request URL is required to generate request examples{
"id": "<string>",
"tier_structure_id": "<string>",
"name": "<string>",
"downgrade": {},
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"object": "<string>",
"qualification_rules": {
"points": {
"min_value": 123,
"max_value": 123
},
"segment": {
"id": "<string>"
}
}
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique tier structure identifier.
^lts_[a-f0-9]+$Unique tier identifier.
^lt_[a-f0-9]+$Body
Request body for updating a tier. All properties are optional; no additional
properties are allowed. When the parent tier structure is not in DRAFT status,
only name and metadata may be updated.
Display name of the tier.
1 - 200Rules determining which members qualify for this tier.
Show child attributes
Show child attributes
Tier-level downgrade behavior.
Show child attributes
Show child attributes
Free-form key/value object holding custom attributes.
Response
The updated tier.
Tier resource.
Unique tier identifier.
^lt_[a-f0-9]+$Identifier of the parent tier structure.
^lts_[a-f0-9]+$Display name of the tier.
Tier-level downgrade behavior. Always present; when the tier has no downgrade
configured, an empty object (no type) is returned.
Show child attributes
Show child attributes
Free-form key/value object holding custom attributes. Defaults to {}.
Creation timestamp (ISO 8601).
Last update timestamp (ISO 8601), or null if never updated.
Object type discriminator. Always tier.
"tier"Rules determining which members qualify for this tier.
Show child attributes
Show child attributes
Was this page helpful?

