I tested the PUT API by updating machine name for a machine in postman. I got a success response back and looked in the database in azure to verify and saw my update was successful.
I tested the DELETE API by entering a machineId in the {id} variable in postman. I got a success message back and verified in the database in azure that the machine was deleted.
I tested the PUT API by updating machine name for a machine in postman. I got a success response back and looked in the database in azure to verify and saw my update was successful.
I tested the DELETE API by entering a machineId in the {id} variable in postman. I got a success message back and verified in the database in azure that the machine was deleted.