Modify capacity utilization threshold

Sets information such as the library location description, address, and personal contact information of the library administrator.

Request syntax

PATCH /v1/library {"capacityUtilThresh": <value>}
Modify the licensed capacity warning threshold.

Request body parameters

capacityUtilThresh (number, optional)

A percentage value accurate to one decimal place.

Example

> PATCH /v1/library {"capacityUtilThres": 95.0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0

Error handling

  • Returns 400 Bad Request if capacityUtilThresh is out of range (50.0 - 99.9).