Update Tag State

Update Tag State

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

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

The id of the TagState


Request Body

The TagState to be updated.

TagState of type(s) application/json
Required
{
    "documentExpirationTimeMicros": "string",
    "external": false,
    "documentSelfLink": "string",
    "tenantLinks": [
        "string"
    ],
    "value": "string",
    "key": "string",
    "documentUpdateTimeMicros": "string"
}
string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

boolean
external
Optional

external

string
documentSelfLink
Optional

documentSelfLink

array of string
tenantLinks
Optional

tenantLinks

string
value
Optional

value

string
key
Optional

key

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros

Responses
200

'OK' is returned when the TagState is updated.

Operation doesn't return any data structure