cURL
curl --request PATCH \ --url https://rest.forestreet.com/v2/teams/{teamId}/endpoint/{endpointName} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "url": "<string>", "description": "<string>", "headers": {}, "version": 2 } '
{ "metadata": { "endpoint": { "name": "<string>", "description": "<string>", "url": "<string>", "headers": {}, "version": 2 } }, "updated": [ "<string>" ] }
Update an existing Export Via API endpoint for a team.
Pass a static API key for every request, provided by your customer support.
x >= 0
255
4 - 1024
1024
Show child attributes
Compatible version Export Via API mechanism.
x >= 1
Successful update of endpoint.
List of fields that were updated in the endpoint metadata.