TLR Settings API (v1)

tlrSettings

getTlrSettings

Retrieve TLR Settings

Responses

Response samples

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

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

excludeFromEcsRequestLendingTenantSearch
Array of strings

Array of tenant IDs to exclude from ECS request lending tenant search

Responses

Request samples

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

Response samples

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