Offramps#Update
Update an Offramp's reference
Example Request
curl https://{{base_url}}/users/USER_ID/quotes/QUOTE_ID/offramps/OFFRAMP_ID \
-X PATCH \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-type: application/json" \
-d '{
"offramp": {
"reference": "new_reference"
}
}' Endpoint Information
Create Offramps
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?