Adapter Put

Adapter Put

Only Solution users, Container admins, and System admins can access the Adapter API

Request
URI
PUT
https://{api_host}/container-service/api/adapter/**
COPY
Request Body
GenericTenantedServiceDocument of type(s) application/json
Optional
{
    "documentExpirationTimeMicros": "string",
    "documentSelfLink": "string",
    "tenantLinks": [
        "string"
    ],
    "documentUpdateTimeMicros": "string"
}
string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

object
unmappedFields
Optional

unmappedFields

string
documentSelfLink
Optional

documentSelfLink

array of string
tenantLinks
Optional

tenantLinks

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros

Responses
200

Ok with the Object received from the adapter

Operation doesn't return any data structure