File tree Expand file tree Collapse file tree 3 files changed +4
-421
lines changed Expand file tree Collapse file tree 3 files changed +4
-421
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " vectorize-client"
3- version = " 0.0.9 "
3+ version = " 0.0.10 "
44description = " Python client for the Vectorize API"
55authors = [ " Vectorize <contact@vectorize.io>" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ def _create_pipeline_serialize(
316316
317317 return self .api_client .param_serialize (
318318 method = 'POST' ,
319- resource_path = '/api/ org/{organization}/pipelines' ,
319+ resource_path = '/org/{organization}/pipelines' ,
320320 path_params = _path_params ,
321321 query_params = _query_params ,
322322 header_params = _header_params ,
@@ -580,7 +580,7 @@ def _get_pipelines_serialize(
580580
581581 return self .api_client .param_serialize (
582582 method = 'GET' ,
583- resource_path = '/api/ org/{organization}/pipelines' ,
583+ resource_path = '/org/{organization}/pipelines' ,
584584 path_params = _path_params ,
585585 query_params = _query_params ,
586586 header_params = _header_params ,
You can’t perform that action at this time.
0 commit comments