Skip to content

Commit

Permalink
apidocs: reorder endpoints to align with docs expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
orndorffgrant committed Jun 27, 2024
1 parent f5c10a4 commit d3c809c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uaclient/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from uaclient.version import check_for_new_version

VALID_ENDPOINTS = [
"u.pro.version.v1",
"u.pro.attach.auto.configure_retry_service.v1",
"u.pro.attach.auto.full_auto_attach.v1",
"u.pro.attach.auto.should_auto_attach.v1",
Expand All @@ -31,10 +32,9 @@
"u.pro.services.enable.v1",
"u.pro.status.enabled_services.v1",
"u.pro.status.is_attached.v1",
"u.pro.version.v1",
"u.apt_news.current_news.v1",
"u.security.package_manifest.v1",
"u.unattended_upgrades.status.v1",
"u.apt_news.current_news.v1",
]


Expand Down

0 comments on commit d3c809c

Please sign in to comment.