Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

How do you specify the content set when calling create_package #55

Open
lespea opened this issue Aug 17, 2018 · 2 comments
Open

How do you specify the content set when calling create_package #55

lespea opened this issue Aug 17, 2018 · 2 comments

Comments

@lespea
Copy link

lespea commented Aug 17, 2018

Not sure if I need to put a new key in the json that's sent? I tried 'content_set': {content set name} and while the package was created, the content set was still default.

@hardyti
Copy link

hardyti commented Aug 17, 2018

Not sure what PyTan expects, but the SOAP API expects XML like <content_set>123</content_set> or <content_set>foo</content_set>. So may be you need "content_set" : { "name": "foo" } ?

@lespea
Copy link
Author

lespea commented Aug 17, 2018

Just tried that and it didn't seam to work :(

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

No branches or pull requests

2 participants