Write methods (POST, PUT, and DELETE)

The supported write methods are POST, PUT, and DELETE:

  • POST creates a resource.

  • PUT replaces a resource.

  • DELETE removes a resource.

Not all resources support all write methods. See the AOS-CX REST API Reference for the methods supported by each resource. The REST API must be in read/write mode for the AOS-CX REST API Reference to show all the write methods a resource supports.