# ProjectSectionInsertRequest
## Properties
**project** | **String** | The project in which to reorder the given section. |
**section** | **String** | The section to reorder. |
**before_section** | Option<**String**> | Insert the given section immediately before the section specified by this parameter. | [optional]
**after_section** | Option<**String**> | Insert the given section immediately after the section specified by this parameter. | [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)