cURL
curl --request PATCH \ --url https://app.loadforge.com/api/v2/library/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "content": "<string>" }'
{ "library_id": 123 }
Update a library
name
.py
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object
Was this page helpful?