summaryrefslogtreecommitdiffstats
path: root/result_collection_api/opnfv_testapi/resources/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'result_collection_api/opnfv_testapi/resources/models.py')
-rw-r--r--result_collection_api/opnfv_testapi/resources/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/result_collection_api/opnfv_testapi/resources/models.py b/result_collection_api/opnfv_testapi/resources/models.py
index 290a7f3..e79308b 100644
--- a/result_collection_api/opnfv_testapi/resources/models.py
+++ b/result_collection_api/opnfv_testapi/resources/models.py
@@ -16,6 +16,7 @@
from opnfv_testapi.tornado_swagger import swagger
+@swagger.model()
class CreateResponse(object):
def __init__(self, href=''):
self.href = href