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 /interactions/external-storage/{id} endpoint enables you to update the external storage item that matches the provided ID.

In this page


Most URLs in the example code use the following values:

Headers

Header parameters in Requests (Interaction Content Export API) apply to this endpoint.

Authorization scopes supported:

ScopeAccess granted
interaction-content:readEntire endpoint

Parameters

The endpoint accepts the following path parameter:

id

TypeRequiredExample
StringTrue74137e23-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).


Try it out

  

For information, see Trying out Vonage Contact Center APIs.