CORE Community-Admin November 02, 2021 10:22 Community Moderator Community Manager What are the required parameters in a PUT request? The required parameters of a PUT request are: Identifier of the record you want to update, sent in the query string A complete model of the record you want to update, sent in the body Check out API documentation for details.