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
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>"
Rental ID
Rental successfully updated
The response is of type string
.