Put data

PUT {{url}}/info?id={{id}}

Put data at the /info endpoint by passing a query parameter representing the id and body json with the data to update with

Request Params

KeyDatatypeRequiredDescription
idstring

Request Body

{"name"=>"sue"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"message":"You made a PUT request to update id=1 with the following data!","data":{"name":"sue"}}