Patch Tag State
Only Solution users, Container admins, and System admins can patch TagStates.
Request
URI
PATCH
https://{api_host}/container-service/api/resources/tags/{id}
COPY
Path Parameters
string
id
Required
The id of the TagState
Request Body
The patch of the TagState
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
Operation doesn't return any data structure