# Update Package Deployment Information
This structure is used to update package deployment details.
## Structure
`UpdatePackageDeploymentInformation`
## Fields
| Name | Type | Tags | Description |
| --- | --- | --- | --- |
| `templatesPackageDeploymentInformation` | [`UpdateTemplatesPackageDeploymentInformation`](../../doc/models/update-templates-package-deployment-information.md) | Required | This structure helps update package deployment details. |
## Example (as JSON)
```json
{
"templatesPackageDeploymentInformation": {
"CS_NET_STANDARD_LIB": {
"id": "5dcd2b5893c3e31a206f30c4",
"packageRepository": "NuGet",
"packageName": "myPackage",
"version": "1.1.1",
"additionalDeploymentInformation": {},
"link": "https://www.nuget.org/packages/myPackage/1.1.1"
}
}
}
```