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