Update an external storage item
Beta/Early Access Program
This API is in the Beta/Early Access Program and is still under development. If you are interested in using this API, please contact your Customer Success Manager or Account Manager. Participation in this pilot program is at the discretion of Product Management and not guaranteed.
Use of this API outside of the program is prohibited.
The PATCH
endpoint enables you to update the external storage item that matches the provided ID./interactions/external-storage/{id}
Headers
Header parameters in Requests (Interaction Content Export API) apply to this endpoint.
Authorization scopes supported:
Scope | Access granted |
---|---|
interaction-content:read | Entire endpoint |
Parameters
The endpoint accepts the following path parameter:
id
Type | Required | Example |
---|---|---|
String | True | 74137e23-9716-4e5c-ad92-3634c248282 |
Unique external storage item identifier.
Requests
Example request
curl -L -X PATCH "https://***.api.cc.vonage.com/interaction-content-export/external-storage/74137e23-9716-4e5c-ad92-3634c248282" \ -H "Authorization: Bearer <ACCESS_TOKEN>" \ -H "Accept: application/vnd.newvoicemedia.v1+json" \ --data-raw "<JSON BODY>"
The endpoint requires object in JSON format as a request body
Required parameters for storage provider
{ "name": "External storage" }
Responses
Responses to the endpoint return no content.
Success response
For information about successful responses, see Success response code and parameters in Responses (Interaction Content Export API).
For information, see Trying out Vonage Contact Center APIs.