POST
/
api
/
vendor
/
v1
/
orders
/
{orderId}
/
results
/
{resultId}
/
rename
curl --request POST \
  --url https://console.lomaplatform.com/api/vendor/v1/orders/{orderId}/results/{resultId}/rename \
  --header 'API-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "connections.csv"
}'

Authorizations

API-Key
string
header
required

API Key for the vendor

Body

application/json
title
string
required
Required string length: 1 - 256

Response

204
_mintlify/placeholder

Result updated