cURL
curl --request PATCH \ --url https://api.gputrader.io/v1/rentals/{rentalId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>" } '
"<string>"
Update rental information
Rental ID
New name for the rental
Rental successfully updated
The response is of type string.
string