You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.7/site-packages/nipyapi/registry/apis/bucket_bundles_api.py", line 154, in create_extension_bundle_version_with_http_info
collection_formats=collection_formats)
File "/usr/local/lib/python3.7/site-packages/nipyapi/registry/api_client.py", line 334, in call_api
_return_http_data_only, collection_formats, _preload_content, _request_timeout)
File "/usr/local/lib/python3.7/site-packages/nipyapi/registry/api_client.py", line 155, in __call_api
_request_timeout=_request_timeout)
File "/usr/local/lib/python3.7/site-packages/nipyapi/registry/api_client.py", line 379, in request
body=body)
File "/usr/local/lib/python3.7/site-packages/nipyapi/registry/rest.py", line 279, in POST
body=body)
File "/usr/local/lib/python3.7/site-packages/nipyapi/registry/rest.py", line 235, in request
raise ApiException(http_resp=r)
nipyapi.registry.rest.ApiException: (400)
Reason: Bad Request
HTTP response body: Entity is empty.
I cannot see what parameter should I supply in order to create a new Bundle in Nifi Registry...
I basically want to replicate what happens here but with nipyapi:
Sorry I missed this @andyadamides , did you resolve it already?
I have not worked with this API call at all, so would have to set up a test and investigate.
While this works
This:
Throws this error:
I cannot see what parameter should I supply in order to create a new Bundle in Nifi Registry...
I basically want to replicate what happens here but with
nipyapi
:How can I do that?
The text was updated successfully, but these errors were encountered: