summaryrefslogtreecommitdiff
path: root/barbicanclient/v1/orders.py
diff options
context:
space:
mode:
Diffstat (limited to 'barbicanclient/v1/orders.py')
-rw-r--r--barbicanclient/v1/orders.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/barbicanclient/v1/orders.py b/barbicanclient/v1/orders.py
index 056d742..3b62f97 100644
--- a/barbicanclient/v1/orders.py
+++ b/barbicanclient/v1/orders.py
@@ -453,7 +453,7 @@ class OrderManager(base.BaseEntityManager):
:param payload_content_type: The format/type of the secret data
:param expiration: The expiration time of the secret in ISO 8601 format
:returns: KeyOrder
- :rtype: :class:`barbicanclient.orders.KeyOrder`
+ :rtype: :class:`barbicanclient.v1.orders.KeyOrder`
:raises barbicanclient.exceptions.HTTPAuthError: 401 Responses
:raises barbicanclient.exceptions.HTTPClientError: 4xx Responses
:raises barbicanclient.exceptions.HTTPServerError: 5xx Responses
@@ -478,7 +478,7 @@ class OrderManager(base.BaseEntityManager):
:param payload_content_type: The format/type of the secret data
:param expiration: The expiration time of the secret in ISO 8601 format
:returns: AsymmetricOrder
- :rtype: :class:`barbicanclient.orders.AsymmetricOrder`
+ :rtype: :class:`barbicanclient.v1.orders.AsymmetricOrder`
:raises barbicanclient.exceptions.HTTPAuthError: 401 Responses
:raises barbicanclient.exceptions.HTTPClientError: 4xx Responses
:raises barbicanclient.exceptions.HTTPServerError: 5xx Responses
@@ -505,7 +505,7 @@ class OrderManager(base.BaseEntityManager):
:param profile: The profile of certificate to use
:param request_data: The CSR content
:returns: CertificateOrder
- :rtype: :class:`barbicanclient.orders.CertificateOrder`
+ :rtype: :class:`barbicanclient.v1.orders.CertificateOrder`
"""
return CertificateOrder(api=self._api, name=name,
request_type=request_type,