Skip to content

Commit

Permalink
fix import paths for execute API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmoura authored and renanrodrigo committed Dec 4, 2023
1 parent b1f2aa3 commit 8eec82c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/references/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ This endpoint fixes the specified CVEs on the machine.
- *List[FixExecuteResult]*
- A list of FixExecuteResult objects

- ``uaclient.api.u.pro.security.fix.common.execute.v1.FixExecuteResult``
- ``uaclient.api.u.pro.security.fix._common.execute.v1.FixExecuteResult``

.. list-table::
:header-rows: 1
Expand All @@ -705,7 +705,7 @@ This endpoint fixes the specified CVEs on the machine.
- *Optional[FixExecuteError]*
- A FixExecuteError object

- ``uaclient.api.u.pro.security.fix.common.execute.v1.UpgradedPackage``
- ``uaclient.api.u.pro.security.fix._common.execute.v1.UpgradedPackage``

.. list-table::
:header-rows: 1
Expand All @@ -723,7 +723,7 @@ This endpoint fixes the specified CVEs on the machine.
- *str*
- The pocket which contained the package upgrade

- ``uaclient.api.u.pro.security.fix.common.execute.v1.FixExecuteError``
- ``uaclient.api.u.pro.security.fix._common.execute.v1.FixExecuteError``

.. list-table::
:header-rows: 1
Expand All @@ -741,7 +741,7 @@ This endpoint fixes the specified CVEs on the machine.
- *Optional[List[FailedUpgrade]]*
- A list of FailedUpgrade objects

- ``uaclient.api.u.pro.security.fix.common.execute.v1.FailedUpgrade``
- ``uaclient.api.u.pro.security.fix._common.execute.v1.FailedUpgrade``

.. list-table::
:header-rows: 1
Expand Down Expand Up @@ -950,7 +950,7 @@ This endpoint fixes the specified USNs on the machine.
- *List[FixExecuteResult]*
- A list of FixExecuteResult objects for the related USNs

- ``uaclient.api.u.pro.security.fix.common.execute.v1.FixExecuteResult``
- ``uaclient.api.u.pro.security.fix._common.execute.v1.FixExecuteResult``

.. list-table::
:header-rows: 1
Expand All @@ -971,7 +971,7 @@ This endpoint fixes the specified USNs on the machine.
- *Optional[FixExecuteError]*
- A FixExecuteError object

- ``uaclient.api.u.pro.security.fix.common.execute.v1.UpgradedPackage``
- ``uaclient.api.u.pro.security.fix._common.execute.v1.UpgradedPackage``

.. list-table::
:header-rows: 1
Expand All @@ -989,7 +989,7 @@ This endpoint fixes the specified USNs on the machine.
- *str*
- The pocket which contained the package upgrade

- ``uaclient.api.u.pro.security.fix.common.execute.v1.FixExecuteError``
- ``uaclient.api.u.pro.security.fix._common.execute.v1.FixExecuteError``

.. list-table::
:header-rows: 1
Expand All @@ -1007,7 +1007,7 @@ This endpoint fixes the specified USNs on the machine.
- *Optional[List[FailedUpgrade]]*
- A list of FailedUpgrade objects

- ``uaclient.api.u.pro.security.fix.common.execute.v1.FailedUpgrade``
- ``uaclient.api.u.pro.security.fix._common.execute.v1.FailedUpgrade``

.. list-table::
:header-rows: 1
Expand Down

0 comments on commit 8eec82c

Please sign in to comment.