PUT api/pro/clinics/{id}/primary-library
Changes the primary library of the specified zyto pro clinic.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the zyto pro clinic. |
string |
Required |
Body Parameters
The change clinic primary library request.
ChangeClinicPrimaryLibraryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PrimaryLibrary | BlobMetadataDto |
None. |
|
| LastModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PrimaryLibrary": {
"FileVersion": "sample string 1",
"Properties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
},
"LastModifiedDate": "2025-12-16T12:36:29.5308678+00:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.