Go to file
Javier Sánchez Parra bc9424724d Add REST POST /room/delete method
This method deletes a room (lab) from the DB and deletes on cascade
computers and computers partitions.

Note: if the room id do not exists in the database, ogserver still
tries to delete it and replies with 200 OK.

Request:
POST /room/delete
{
  "id": "1"
}

Response:
200 OK
2021-05-10 13:39:38 +02:00
cfg #915 refresh SQL schema 2021-02-09 13:16:53 +01:00
src Add REST POST /room/delete method 2021-05-10 13:39:38 +02:00
tests #915 Add /room/add POST method 2021-04-20 12:05:42 +02:00
.gitignore #985 add .gitignore file 2020-06-17 18:20:32 +02:00
COPYING #985 add COPYING file 2020-06-18 16:48:20 +02:00
Makefile.am #1042 Update database schema automatically 2021-04-20 11:27:21 +02:00
configure.ac #986 rename to ogserver 2020-06-19 11:19:55 +02:00