# UpdatePostItRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowed_uses** | Option<**i32**> | Number of times that the new PostIt can be redeemed. | [optional]
**expiration** | Option<**String**> | Expiration date of the PostIt. | [optional]
**unlimited** | Option<**bool**> | If set to true, this PostIt will have unlimited uses and not expire. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)