info: name: Update Library type: http seq: 11 http: method: PUT url: "{{base_url}}/api/libraries/{{library_id}}" headers: - name: "" value: application/json body: type: json data: "" auth: inherit runtime: scripts: - type: tests code: |- test_update_library_success(status, headers, body) { if (status !== 200) { throw new Error("Expected status 200, got " + status); settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5 docs: |- ## Update Library Updates an existing library's information. **Method:** PUT **Endpoint:** /api/libraries/{id