Create Tag State

Create Tag State

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

Request
URI
POST
https://{api_host}/container-service/api/resources/tags
COPY
Request Body
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

successful operation

Returns TagState of type(s) */*
{
    "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


201

'Created' is returned for the new state with the state url in the location header of the response;

Operation doesn't return any data structure