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
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
Request Body
{"name"=>"sue"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"message":"You made a PUT request to update id=1 with the following data!","data":{"name":"sue"}}