Rename Logical Library
Renames the logical library.
The parameters for the PATCH action are all optional and can be issued separately or together
Request syntax
PATCH
/v1/logicalLibraries/{name} {"name": <new name>}
Renames the logical
library.
Path parameters
name
(string)-
The unique name for the new logical library.
Request body parameters
name
(string), optional-
The new unique name of the logical library
Example
> PATCH /v1/logicalLibraries/LL1234 {"name": "myLL_new"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0
{"ID": 42}
Error handling
- Returns
400 Bad Request
if the name is greater than 29 characters or less than 1 character. - Returns
400 Bad Request
if the name contains anything other than an alphanumeric or "_" characters.