conductor-sdk / conductor-python

Conductor OSS SDK for Python programming language
Apache License 2.0
52 stars 26 forks source link

Added body to attribute map so it can be set via the code. #166

Closed devingoodsell closed 1 year ago

devingoodsell commented 1 year ago

Without this, I cannot set the body value via the API.

gardusig commented 1 year ago

Thanks a lot! Looks like to be the single missing parameter :)

Since your fork does not contain a few secret ENVs, integration tests are going to fail at the pipeline. Still - I have just executed it locally and worked fine.

devingoodsell commented 1 year ago

Thanks!