Add update of phone from api

This commit is contained in:
osaajani 2022-03-30 02:16:08 +02:00
parent 8889eb3ded
commit f1a4eb008b
3 changed files with 154 additions and 1 deletions

View file

@ -199,6 +199,9 @@
'post_phone' => [
'/api/phone/',
],
'post_update_phone' => [
'/api/phone/{id}/',
],
'delete_phone' => [
'/api/phone/{id}/',
],