partially update one existing storedFile

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

identifier

uuid

required

storedFile unique identifier

name

string

required

technicalName

string

storageFolder

string

enum

edmattachmentsworkersdocumentSigningtmppublicImagescustomScriptscsvImports

Show 8 enum values

location

object

locationobject

companyUuid

uuid

required

folderUuid

uuid

metadata

object

required

metadataobject

technical

boolean

falsetruefalse

``202 updated storedFile. Wrapped in a JsonAPI root response.

``500 default error response

Updatedabout 2 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request PATCH \
     --url https://services.fountain.com/api/servicemedia/storedFiles/identifier \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "metadata": {
    "type": "audio"
  }
}
'

application/json

202500