DocScoDoc/docs/samples/sample_departement-logo.json.md

19 lines
304 B
Markdown
Raw Normal View History

### departement-logo
2022-11-02 08:52:44 +01:00
#### GET /departement/TAPI/logo/A
```json
{
2022-11-02 08:52:44 +01:00
"Content-Disposition": "inline; filename=logo_A.jpg",
"Content-Type": "image/jpg"
}
```
2022-11-02 08:52:44 +01:00
#### GET /departement/id/1/logo/A
```json
{
2022-11-02 08:52:44 +01:00
"Content-Disposition": "inline; filename=logo_A.jpg",
"Content-Type": "image/jpg"
}
```