### 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", "dept_name": "NEWONE", "description": null, "id": 6, "visible": false } ```