Commit c8be1772 authored by Anthony Gautreau's avatar Anthony Gautreau
Browse files

misspell

parent 43c6720d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -127,11 +127,11 @@ Note : Les propriétés non obligatoires peuvent être omises, mais il est préf
#### Données de formations

| Nom                      | Type     | Obligatoire | Commentaires    | Exemple                                |
|--------------------------|----------|-------------|-----------------|-----------------|
|--------------------------|----------|-------------|-----------------|----------------------------------------|
| `COD_VET`                | `string` | Oui         | Code formation  |                                        |
| `COD_CMP`                | `string` | Oui         | Code composante |                                        |
| `LIB_WEB_VET`            | `string` | Non         | Libelle         |                                        |
| `TYPE_FORMATION`         | `string` | Non         |                 | L, M...         |
| `TYPE_FORMATION`         | `string` | Non         | Caractère(1)    | C ou D, pour Certifiante ou Diplomante |
| `LIBELLE_TYPE_FORMATION` | `string` | Non         |                 | Licence, Master                        |
| `NIVEAU_FORMATION`       | `int`    | Non         |                 |                                        |

+3 −3
Original line number Diff line number Diff line
@@ -3,14 +3,14 @@ api_platform:
    version: 1.0.0
    formats:
        jsonld: ['application/ld+json'],
        json: ['application/json']
        json: ['application/json'],
    docs_formats:
        jsonld: ['application/ld+json']
        json: ['application/json']
#        jsonopenapi: ['application/vnd.openapi+json']
        json: ['application/json'],
        html: ['text/html']
    # Good defaults for REST APIs
    defaults:
        pagination_items_per_page: 100
        stateless: true
        cache_headers:
            vary: ['Content-Type', 'Authorization', 'Origin']