diff --git a/lib_template/api_doc.mustache b/lib_template/api_doc.mustache index 162edc9..b68016c 100644 --- a/lib_template/api_doc.mustache +++ b/lib_template/api_doc.mustache @@ -21,24 +21,6 @@ Method | HTTP request | Description ### Example -{{#hasAuthMethods}} -{{#authMethods}} -{{#isBasic}} -{{#isBasicBasic}} -* Basic Authentication ({{name}}): -{{/isBasicBasic}} -{{#isBasicBearer}} -* Bearer{{#bearerFormat}} ({{{.}}}){{/bearerFormat}} Authentication ({{name}}): -{{/isBasicBearer}} -{{/isBasic}} -{{#isApiKey}} -* Api Key Authentication ({{name}}): -{{/isApiKey }} -{{#isOAuth}} -* OAuth Authentication ({{name}}): -{{/isOAuth }} -{{/authMethods}} -{{/hasAuthMethods}} {{> api_doc_example }} ### Parameters diff --git a/src/docs/AlertApi.md b/src/docs/AlertApi.md index 3a4cd44..f273d07 100644 --- a/src/docs/AlertApi.md +++ b/src/docs/AlertApi.md @@ -14,8 +14,6 @@ Get list of defined Alerts ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_alerts200_response import GetAlerts200Response diff --git a/src/docs/BillingAccountApi.md b/src/docs/BillingAccountApi.md index 80a9a32..f45b4cd 100644 --- a/src/docs/BillingAccountApi.md +++ b/src/docs/BillingAccountApi.md @@ -16,8 +16,6 @@ Get Billing Account Information ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_billing_account200_response import ( @@ -69,8 +67,6 @@ Get Billing Account Balance history, only enterprise supported ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_billing_account_balance_history200_response import ( @@ -133,8 +129,6 @@ Get Billing Accounts accessible by the api_key ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_billing_accounts200_response import ( diff --git a/src/docs/DeviceApi.md b/src/docs/DeviceApi.md index 2b9dc24..791abab 100644 --- a/src/docs/DeviceApi.md +++ b/src/docs/DeviceApi.md @@ -42,8 +42,6 @@ Add a Note to a .db notefile. if noteID is '-' then payload is ignored and empty ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.note_input import NoteInput @@ -103,8 +101,6 @@ Adds a Note to a Notefile, creating the Notefile if it doesn't yet exist. ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.note_input import NoteInput @@ -162,8 +158,6 @@ Creates an empty Notefile on the device. ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -214,8 +208,6 @@ Delete Device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -264,8 +256,6 @@ Delete environment variable of a device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.environment_variables import EnvironmentVariables @@ -324,8 +314,6 @@ Delete a note from a .db or .qi notefile ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -380,8 +368,6 @@ Deletes Notefiles and the Notes they contain. ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.delete_notefiles_request import DeleteNotefilesRequest @@ -437,8 +423,6 @@ Disable Device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -487,8 +471,6 @@ Enable Device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -537,8 +519,6 @@ Get a note from a .db or .qi notefile ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_db_note200_response import GetDbNote200Response @@ -605,8 +585,6 @@ Get Device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.device import Device @@ -658,8 +636,6 @@ Get environment variable hierarchy for a device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.env_tree_json_node import EnvTreeJsonNode @@ -717,8 +693,6 @@ Get environment variables of a device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_device_environment_variables_by_pin200_response import ( @@ -838,8 +812,6 @@ Get Device Health Log ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_device_health_log200_response import ( @@ -907,8 +879,6 @@ Get Device Latest Events ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_device_latest_events200_response import ( @@ -964,8 +934,6 @@ Get Data Plans associated with the device, this include the primary sim, any ext ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_device_plans200_response import GetDevicePlans200Response @@ -1017,8 +985,6 @@ Get Device Public Key ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_device_public_key200_response import ( @@ -1074,8 +1040,6 @@ Get Device Public Keys of a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_device_public_keys200_response import ( @@ -1133,8 +1097,6 @@ Get Device Sessions ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_device_sessions200_response import ( @@ -1206,8 +1168,6 @@ Get Devices of a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_devices200_response import GetDevices200Response @@ -1298,8 +1258,6 @@ Get Devices of a Fleet within a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_devices200_response import GetDevices200Response @@ -1390,8 +1348,6 @@ For .qi files, returns the queued up notes. For .db files, returns all notes in ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_notefile200_response import GetNotefile200Response @@ -1458,8 +1414,6 @@ Lists .qi and .db files for the device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.notefile import Notefile @@ -1521,8 +1475,6 @@ Provision Device for a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.provision_device_request import ProvisionDeviceRequest @@ -1580,8 +1532,6 @@ Set environment variables of a device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.environment_variables import EnvironmentVariables @@ -1705,8 +1655,6 @@ Send a signal from Notehub to a Notecard. ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.body import Body @@ -1765,8 +1713,6 @@ Update a note in a .db or .qi notefile ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.note_input import NoteInput diff --git a/src/docs/EventApi.md b/src/docs/EventApi.md index 7115234..b49997a 100644 --- a/src/docs/EventApi.md +++ b/src/docs/EventApi.md @@ -18,8 +18,6 @@ Get Events of a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_events200_response import GetEvents200Response @@ -125,8 +123,6 @@ Get Events of a Project by cursor ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_events_by_cursor200_response import ( @@ -201,8 +197,6 @@ Get Events of a Fleet ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_events200_response import GetEvents200Response @@ -308,8 +302,6 @@ Get Events of a Fleet by cursor ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_events_by_cursor200_response import ( @@ -390,8 +382,6 @@ Get Route Logs by Event UID ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.route_log import RouteLog diff --git a/src/docs/ExternalDevicesApi.md b/src/docs/ExternalDevicesApi.md index ceb68ef..9093ce9 100644 --- a/src/docs/ExternalDevicesApi.md +++ b/src/docs/ExternalDevicesApi.md @@ -16,8 +16,6 @@ Creates an event using specified webhook ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.event import Event @@ -72,8 +70,6 @@ Closes the session for the specified device if open ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.device_session import DeviceSession @@ -128,8 +124,6 @@ Create a Session for the specified device. | If a session is currently open it w ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.device_session import DeviceSession diff --git a/src/docs/JobsApi.md b/src/docs/JobsApi.md index cd7c995..1572c7f 100644 --- a/src/docs/JobsApi.md +++ b/src/docs/JobsApi.md @@ -21,8 +21,6 @@ Cancel a running job execution ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.cancel_job_run200_response import CancelJobRun200Response @@ -74,8 +72,6 @@ Create a new batch job with an optional name ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.create_job201_response import CreateJob201Response @@ -129,8 +125,6 @@ Delete a batch job ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.delete_job200_response import DeleteJob200Response @@ -182,8 +176,6 @@ Get a specific batch job definition ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.job import Job @@ -235,8 +227,6 @@ Get the result of a job execution ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.job_run import JobRun @@ -288,8 +278,6 @@ List all runs for a specific job ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_job_runs200_response import GetJobRuns200Response @@ -347,8 +335,6 @@ List all batch jobs for a project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_jobs200_response import GetJobs200Response @@ -398,8 +384,6 @@ Execute a batch job ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.run_job200_response import RunJob200Response diff --git a/src/docs/MonitorApi.md b/src/docs/MonitorApi.md index cd93e50..7173363 100644 --- a/src/docs/MonitorApi.md +++ b/src/docs/MonitorApi.md @@ -18,8 +18,6 @@ Create a new Monitor ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.create_monitor import CreateMonitor @@ -72,8 +70,6 @@ Delete Monitor ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.monitor import Monitor @@ -125,8 +121,6 @@ Get Monitor ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.monitor import Monitor @@ -178,8 +172,6 @@ Get list of defined Monitors ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.monitor import Monitor @@ -229,8 +221,6 @@ Update Monitor ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.monitor import Monitor diff --git a/src/docs/ProjectApi.md b/src/docs/ProjectApi.md index 518c283..72da14a 100644 --- a/src/docs/ProjectApi.md +++ b/src/docs/ProjectApi.md @@ -52,8 +52,6 @@ Add Device to Fleets ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.add_device_to_fleets_request import AddDeviceToFleetsRequest @@ -112,8 +110,6 @@ Clone a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.clone_project_request import CloneProjectRequest @@ -170,8 +166,6 @@ Create Fleet ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.create_fleet_request import CreateFleetRequest @@ -228,8 +222,6 @@ Create Product within a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.create_product_request import CreateProductRequest @@ -286,8 +278,6 @@ Create a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.create_project_request import CreateProjectRequest @@ -340,8 +330,6 @@ Remove Device from Fleets ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.delete_device_from_fleets_request import ( @@ -402,8 +390,6 @@ Delete Fleet ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -452,8 +438,6 @@ Delete environment variables of a fleet ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.environment_variables import EnvironmentVariables @@ -512,8 +496,6 @@ Delete a product ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -562,8 +544,6 @@ Delete a Project by ProjectUID ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -610,8 +590,6 @@ Delete an environment variable of a project by key ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.environment_variables import EnvironmentVariables @@ -668,8 +646,6 @@ Disable the project-level event JSONata transformation ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -719,8 +695,6 @@ Download firmware binary ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -775,8 +749,6 @@ Enable the project-level event JSONata transformation ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -828,8 +800,6 @@ Returns the AWS Account ID and External ID needed to configure an IAM role trust ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.aws_role_config import AWSRoleConfig @@ -880,8 +850,6 @@ Get device DFU history for host or Notecard firmware ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.device_dfu_history import DeviceDfuHistory @@ -937,8 +905,6 @@ Get device DFU history for host or Notecard firmware ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.device_dfu_status import DeviceDfuStatus @@ -994,8 +960,6 @@ Get Device Fleets ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_device_fleets200_response import GetDeviceFleets200Response @@ -1049,8 +1013,6 @@ Get host or Notecard DFU history for all devices that match the filter criteria ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.device_dfu_history_page import DeviceDfuHistoryPage @@ -1150,8 +1112,6 @@ Get host or Notecard DFU history for all devices that match the filter criteria ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.device_dfu_status_page import DeviceDfuStatusPage @@ -1251,8 +1211,6 @@ Get Available Firmware Information ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.firmware_info import FirmwareInfo @@ -1331,8 +1289,6 @@ Get Fleet ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.fleet import Fleet @@ -1384,8 +1340,6 @@ Get environment variable hierarchy for a device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.env_tree_json_node import EnvTreeJsonNode @@ -1443,8 +1397,6 @@ Get environment variables of a fleet ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.environment_variables import EnvironmentVariables @@ -1501,8 +1453,6 @@ Get Project Fleets ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_device_fleets200_response import GetDeviceFleets200Response @@ -1601,8 +1551,6 @@ Get Products within a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_products200_response import GetProducts200Response @@ -1652,8 +1600,6 @@ Get a Project by ProjectUID ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.project import Project @@ -1703,8 +1649,6 @@ Get a Project by ProductUID ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.project import Project @@ -1754,8 +1698,6 @@ Get environment variable hierarchy for a device ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.env_tree_json_node import EnvTreeJsonNode @@ -1811,8 +1753,6 @@ Get environment variables of a project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.environment_variables import EnvironmentVariables @@ -1867,8 +1807,6 @@ Get Project Members ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_project_members200_response import ( @@ -1920,8 +1858,6 @@ Get Projects accessible by the api_key ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_projects200_response import GetProjects200Response @@ -1968,8 +1904,6 @@ Update/cancel host or notecard firmware updates ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.dfu_action_request import DfuActionRequest @@ -2063,8 +1997,6 @@ Set environment variables of a fleet ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.environment_variables import EnvironmentVariables @@ -2125,8 +2057,6 @@ Set the project-level event JSONata transformation ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -2178,8 +2108,6 @@ Set environment variables of a project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.environment_variables import EnvironmentVariables @@ -2238,8 +2166,6 @@ Update Fleet ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.fleet import Fleet @@ -2298,8 +2224,6 @@ Upload firmware binary ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.firmware_info import FirmwareInfo diff --git a/src/docs/RouteApi.md b/src/docs/RouteApi.md index 3b0bc3f..fe60d38 100644 --- a/src/docs/RouteApi.md +++ b/src/docs/RouteApi.md @@ -19,8 +19,6 @@ Create Route within a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.notehub_route import NotehubRoute @@ -74,8 +72,6 @@ Delete single route within a project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -126,8 +122,6 @@ Get single route within a project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.notehub_route import NotehubRoute @@ -181,8 +175,6 @@ Get Route Logs by Route UID ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.route_log import RouteLog @@ -260,8 +252,6 @@ Get all Routes within a Project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.notehub_route_summary import NotehubRouteSummary @@ -313,8 +303,6 @@ Update route by UID ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.notehub_route import NotehubRoute diff --git a/src/docs/UsageApi.md b/src/docs/UsageApi.md index c7041eb..2d47a79 100644 --- a/src/docs/UsageApi.md +++ b/src/docs/UsageApi.md @@ -17,8 +17,6 @@ Get data usage in bytes for a project with time range and period aggregation ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_data_usage200_response import GetDataUsage200Response @@ -93,8 +91,6 @@ Get events usage for a project with time range and period aggregation, when endD ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.usage_events_response import UsageEventsResponse @@ -180,8 +176,6 @@ Get route logs usage for a project with time range and period aggregation, when ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_route_logs_usage200_response import ( @@ -258,8 +252,6 @@ Get sessions usage for a project with time range and period aggregation, when en ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_sessions_usage200_response import GetSessionsUsage200Response diff --git a/src/docs/WebhookApi.md b/src/docs/WebhookApi.md index 6ff5b68..cb9dc11 100644 --- a/src/docs/WebhookApi.md +++ b/src/docs/WebhookApi.md @@ -18,8 +18,6 @@ Creates a webhook for the specified product with the given name. The name | must ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.webhook_settings import WebhookSettings @@ -79,8 +77,6 @@ Deletes the specified webhook ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.rest import ApiException @@ -129,8 +125,6 @@ Retrieves the configuration settings for the specified webhook ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.webhook_settings import WebhookSettings @@ -182,8 +176,6 @@ Retrieves all webhooks for the specified project ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.get_webhooks200_response import GetWebhooks200Response @@ -233,8 +225,6 @@ Updates the configuration settings for the specified webhook. | Webhook will be ### Example -- Bearer Authentication (personalAccessToken): - ```python import notehub_py from notehub_py.models.webhook_settings import WebhookSettings