CCNA: Cisco Certified Network Associate — Question 1271

Which REST method updates an object in the Cisco DNA Center Intent API?

Answer options

Correct answer: D

Explanation

The correct answer is D, PUT, which is the standard HTTP method used to update or replace an existing resource. Options A (CHANGE) and B (UPDATE) are not valid HTTP methods, while C (POST) is typically used to create new resources rather than updating existing ones.