PATCH
/
rentals
/
{rentalId}
curl --request PATCH \
  --url https://restapi.gputrader.io/v1/rentals/{rentalId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>"
}'
"<string>"

Authorizations

X-API-Key
string
header
required

Path Parameters

rentalId
string
required

Rental ID

Body

application/json
name
string
required

New name for the rental

Response

200
application/json
Rental successfully updated

The response is of type string.