Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in accounts api - update_brand_resources_by_content_type not working #52

Closed
adirn15 opened this issue Jan 26, 2020 · 3 comments
Closed

Comments

@adirn15
Copy link

adirn15 commented Jan 26, 2020

the method receives account id, brand id, and resource content type but there is not option to add the file itself.

according to the REST api documentation:

AccountBrands: updateResource
This method updates a branding resource file.

You pass in the new version of the resource file in the Content-Disposition header. Example:

Content-Disposition: form-data; name="file"; filename="DocuSign_SigningResource_4328673.xml"

but in the SDK there is no option to update the header params

@LarryKlugerDS
Copy link
Contributor

Thank you for the bug report. The API docs reference: AccountBrands::updateResource.

I have filed bug report DCM-3866
Until it is fixed, I suggest that you implement the API method manually. An example of how to do that is in example workflow 10

@adirn15
Copy link
Author

adirn15 commented Feb 24, 2020

anything new on this issue? is a bugfix soon to be released?

@HobbyProjects
Copy link
Contributor

This issue has already been fixed and is in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants