Asset File Information

Get information about an asset file or change the visibility of an asset file for unauthenticated users.
Resource
/connect/file-assets/assetId
/connect/communities/communityId/file-assets/assetId
Available version
38.0
HTTP methods
GET, PATCH

PATCH is supported in version 43.0 and later.

Request body for PATCH
Root XML tag
<fileAsset>
JSON example
{
   "isVisibleByExternalUsers": "true"
}
Properties
Name Type Description Required or Optional Available Version
isVisibleBy​ExternalUsers Boolean Indicates whether unauthenticated users can see the asset file (true) or not (false). Required 43.0
Response body for GET and PATCH
File Detail