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>
Filename ending with .py. Must be unique per team.
Plain text or base64-encoded file content. Base64 is auto-detected.
OK
Was this page helpful?