We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4404f75 commit 0ca0923Copy full SHA for 0ca0923
stackdio/client/blueprint.py
@@ -71,7 +71,7 @@ def search_blueprints(self, **kwargs):
71
def delete_blueprint(self, blueprint_id):
72
pass
73
74
- @get('blueprints/{blueprint_id}/host_definitions/')
+ @get('blueprints/{blueprint_id}/host_definitions/', paginate=True)
75
def get_blueprint_host_definitions(self, blueprint_id):
76
77
0 commit comments