> ## Documentation Index
> Fetch the complete documentation index at: https://dev.kloo.li/llms.txt
> Use this file to discover all available pages before exploring further.

# Projets

> Organisez liens et codes QR en projets.

Regroupez liens et codes QR. La création exige `name` ; `color` est optionnel.

## Points d’entrée

<CardGroup cols={2}>
  <Card title="Lister" icon="list" href="/fr/api-reference/projects/retrieve-all-projects" horizontal>
    `GET` `/projects/`
  </Card>

  <Card title="Récupérer" icon="eye" href="/fr/api-reference/projects/retrieve-one-projects" horizontal>
    `GET` `/projects/{project_id}`
  </Card>

  <Card title="Créer" icon="plus" href="/fr/api-reference/projects/create-projects" horizontal>
    `POST` `/projects`
  </Card>

  <Card title="Mettre à jour" icon="pen-to-square" href="/fr/api-reference/projects/update-projects" horizontal>
    `POST` `/projects/{project_id}`
  </Card>

  <Card title="Supprimer" icon="trash" href="/fr/api-reference/projects/delete-projects" horizontal>
    `DELETE` `/projects/{project_id}`
  </Card>
</CardGroup>
