Which group of methods is supported by the REST API?
REST APIs use standard HTTP methods. Among the listed sets, GET, POST, PUT, and DELETE are the valid standard methods; ERASE, CHANGE, and MOD are not standard HTTP verbs for REST APIs.
Community Discussion