Node Libraries
Update Node Library
Endpoint to update a Node library by its ID.
patch/workflows/v1/node-libraries/{node_library_id}
Path parameters
node_library_idstring required
Example:5eb7cf5a86d9755df3a6c593
Request body
object required
Response
Successful Response
Example response
{
"node_library": {
"_id": "5eb7cf5a86d9755df3a6c593"
}
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.