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

19 lines
304 B
Markdown
Raw Permalink Normal View History

2022-08-13 19:29:08 +02:00
### departement-edit
#### POST /departement/NEWONE/edit
> `Content-Type: application/json`
>
> `{"visible": false}`
```json
{
"acronym": "NEWONE",
"date_creation": "2022-08-20T12:00:00.000000+02:00",
2022-12-27 09:54:58 +01:00
"dept_name": "NEWONE",
2022-08-13 19:29:08 +02:00
"description": null,
"id": 6,
"visible": false
2022-08-13 19:29:08 +02:00
}
```