Update Deployment Policy

Update Deployment Policy

Only Solution users, Container admins, and System admins can update DeploymentPolicies.

Request
URI
PUT
https://{api_host}/container-service/api/resources/deployment-policies/{id}
COPY
Path Parameters
string
id
Required

The id of the DeploymentPolicy


Request Body

The DeploymentPolicy to be updated.

DeploymentPolicy of type(s) application/json
Required
{
    "documentExpirationTimeMicros": "string",
    "documentSelfLink": "string",
    "name": "string",
    "description": "string",
    "tenantLinks": [
        "string"
    ],
    "documentUpdateTimeMicros": "string"
}
string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

string
documentSelfLink
Optional

documentSelfLink

string
name
Optional

name

string
description
Optional

description

array of string
tenantLinks
Optional

tenantLinks

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros

Responses
200

'OK' is returned when the DeploymentPolicy is updated.

Operation doesn't return any data structure