nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Add Endpoint.update(id,data) method #126

Closed jamesharr closed 1 year ago

jamesharr commented 1 year ago

Adds an Endpoint.update(id,data) call to the endpoint API.

Closes #125

jvanderaa commented 1 year ago

I like the plan here. Any chance you would like to take a crack at a test on it? Otherwise I may be able to get that test written in a couple of days here (scheduling, not time to do to the test).

jamesharr commented 1 year ago

@jvanderaa

I took a stab at tests and docs. I'm more confident in the testing than the docs 😆

jamesharr commented 1 year ago

Sorry about the weird commit list; I rebased against main, then rebased against develop