TLR Settings API (v1)

tlrSettings

getTlrSettings

Retrieve TLR Settings

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "ecsTlrFeatureEnabled": true
}

putTlrSettings

Update TLR Settings

Request Body schema: application/json
required
id
string (uuid) ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-...

A universally unique identifier (UUID), this is a 128-bit number used to identify a record and is shown in hex with dashes, for example 6312d172-f0cf-40f6-b27d-9fa8feaf332f; the UUID version must be from 1-5; see https://dev.folio.org/guides/uuids/

ecsTlrFeatureEnabled
required
boolean

Indicates if TLR feature is enabled

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "ecsTlrFeatureEnabled": true
}

Response samples

Content type
application/json
{
  • "errors": [
    ],
  • "total_records": 1
}