# Reorder metadata descriptors **POST /data/projects/{project_id}/metadata-descriptors/reorder** Reorder metadata descriptors for a specific entity type and project. Descriptors are reordered based on the list of descriptor IDs provided in the request body. Position is set according to the order in the list. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier ## Body parameters Content-type: application/json - **entity_type** (string) Entity type for the metadata descriptors - **descriptor_ids** (array[string(uuid)]) List of metadata descriptor IDs in the desired order ## Responses ### 200: Metadata descriptors reordered successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Metadata descriptor unique identifier - **name** (string) Metadata descriptor name - **position** (integer) Position of the descriptor - **entity_type** (string) Entity type ### 400: Invalid parameters or descriptor not found [Powered by Bump.sh](https://bump.sh)