nautobot / pynautobot

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

Feature request: support CRUD on notes on objects #112

Closed teunvink closed 1 year ago

teunvink commented 1 year ago

I'd like to be able to do CRUD operations on notes atached to objects using pynautobot. As far as I can tell, this is not possible at this moment, and this was confirmed on the Slack channel.

teunvink commented 1 year ago

This is possible via extras.notes models, it's a bit hard to find in the docs, but it's working like a charm.