{{ apiDoc.info.description }}
| Nom | Type | Localisation | Requis | Description |
|---|---|---|---|---|
{{ param.name }} |
{{ param.schema?.type || 'unknown' }} | {{ param.in }} | {{ param.required ? '✓' : '' }} | {{ param.description || '-' }} |
{{ formatSchema(endpoint.requestBody) }}
{{ formatResponseSchema(response) }}
{{ testResults[endpoint.path + endpoint.method]!.body }}
{{ JSON.stringify(schema, null, 2) }}