nautobot / nautobot-app-device-onboarding

Device Onboarding Plugin for Nautobot
https://docs.nautobot.com/projects/device-onboarding/en/latest/
Other
44 stars 31 forks source link

Plugin doesn't show up in Swagger #142

Closed aj-cruz closed 10 months ago

aj-cruz commented 11 months ago

Environment

Expected Behavior

When navigating to API Documentation, /plugins/device-onboarding available to view API viewsets

Observed Behavior

Device Onboarding is not listed

Steps to Reproduce

  1. Click the "API" link at the bottom of the Nautobot GUI
  2. CTRL+F and search for "onboarding" or scroll to /plugins/ and manually search for device onboarding
scetron commented 10 months ago

Hello @aj-cruz Thanks for the issue. I believe that this is due to moving the plugin to a job. It should be available via the jobs API. I will update the documentation.