---
search:
  tags:
    - administration
    - POST
seo:
  description: >-
    Reorders questions… Reference for the POST
    /administration/project-components/item-details/{itemId}/questions/sort
    endpoint in the Leadtime Public API API.
sidebar:
  badge: POST
  label: Reorder questions within a library component item
title: Reorder questions within a library component item
type: openapi-operation
---
Reorders questions within a component library item by providing a new sort order array of question IDs.

**What are Questions?**
Questions capture customer-specific requirements or project details. They are attached to component items and displayed in the order specified by their sort field.

All question IDs in the newSortOrder array must belong to the specified item. Only library component items (component.projectId is null) are accessible through this endpoint.

<Operation source="api-reference" id="componentitemquestionscontroller-sortquestions" />
