POST
/
environments
/
{envId}
/
listing
/
favorite
curl --request POST \
  --url https://restapi.gputrader.io/v1/environments/{envId}/listing/favorite \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

Path Parameters

envId
string
required

Environment ID

Response

200
application/json
Favorite status successfully updated

Confirmation of successful update