forked from ScoDoc/DocScoDoc
19 lines
304 B
Markdown
19 lines
304 B
Markdown
### departement-logo
|
|
|
|
#### GET /departement/TAPI/logo/A
|
|
```json
|
|
{
|
|
"Content-Disposition": "inline; filename=logo_A.jpg",
|
|
"Content-Type": "image/jpg"
|
|
}
|
|
```
|
|
|
|
#### GET /departement/id/1/logo/A
|
|
```json
|
|
{
|
|
"Content-Disposition": "inline; filename=logo_A.jpg",
|
|
"Content-Type": "image/jpg"
|
|
}
|
|
```
|
|
|