PUT api/pro/published-libraries/{publishedlibraryId}/blob-metadata

Change the blob metadata for a given published library

Request Information

URI Parameters

NameDescriptionTypeAdditional information
publishedlibraryId

The id of the published library.

string

Required

Body Parameters

The change blob metadata request.

ChangePublishedLibraryBlobMetadataRequest
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.