PUT api/pro/published-libraries/{publishedlibraryId}/blob-metadata
Change the blob metadata for a given published library
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
publishedlibraryId |
The id of the published library. |
string |
Required |
Body Parameters
The change blob metadata request.
ChangePublishedLibraryBlobMetadataRequestName | Description | Type | Additional information |
---|---|---|---|
BlobMetadata | BlobMetadataDto |
Required |
|
LastModifiedDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "BlobMetadata": { "FileVersion": "sample string 1", "Properties": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }, "LastModifiedDate": "2025-06-23T14:40:04.3170274+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.