From 79262f26b4514df482693e283470015cf4cb9d91 Mon Sep 17 00:00:00 2001 From: Wrongecho Date: Mon, 7 Sep 2026 13:46:15 +0000 Subject: [PATCH] API - Add location update, archive and delete --- api/v1/locations/archive.php | 45 ++++++++++++++++++++++++++++++++++ api/v1/locations/delete.php | 30 +++++++++++++++++++++++ api/v1/locations/unarchive.php | 43 ++++++++++++++++++++++++++++++++ api/v1/locations/update.php | 42 +++++++++++++++++++++++++++++++ 4 files changed, 160 insertions(+) create mode 100644 api/v1/locations/archive.php create mode 100644 api/v1/locations/delete.php create mode 100644 api/v1/locations/unarchive.php create mode 100644 api/v1/locations/update.php diff --git a/api/v1/locations/archive.php b/api/v1/locations/archive.php new file mode 100644 index 000000000..8d1e95412 --- /dev/null +++ b/api/v1/locations/archive.php @@ -0,0 +1,45 @@ +