# ReorderIssueResolutionsRequest
## Properties
**after** | Option<**String**> | The ID of the resolution. Required if `position` isn't provided. | [optional]
**ids** | **Vec<String>** | The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID. |
**position** | Option<**String**> | The position for issue resolutions to be moved to. Required if `after` isn't provided. | [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)