DocScoDoc/docs/samples/sample_departement-logo.jso...

19 lines
304 B
Markdown
Raw Permalink Normal View History

### departement-logo
2022-12-27 09:54:58 +01:00
#### GET /departement/TAPI/logo/D
```json
{
2022-12-27 09:54:58 +01:00
"Content-Disposition": "inline; filename=logo_D.png",
"Content-Type": "image/png"
}
```
2022-12-27 09:54:58 +01:00
#### GET /departement/id/1/logo/D
```json
{
2022-12-27 09:54:58 +01:00
"Content-Disposition": "inline; filename=logo_D.png",
"Content-Type": "image/png"
}
```