Edit
To edit an existing library you need to execute a PATCH request against the /libraries/:id endpoint.
The id uniquely identifies the library and you can find it in the create library response.
You can update the name and external_id of the existing library.
Request
Response (200 OK)
Last updated