Peter Vavra
Peter Vavra
This seems to return the list of boards I already have on that cloud instance: ``` [{'title': 'Feedback Leo', 'owner': {'primaryKey': '4dcc0f53-e83f-4e8c-ae93-4bb21a69c537', 'uid': '4dcc0f53-e83f-4e8c-ae93-4bb21a69c537', 'displayname': 'Peter Vavra', 'type': 0}, 'color':...
returns the following: ``` {"title":"xyz","owner":{"primaryKey":"4dcc0f53-e83f-4e8c-ae93-4bb21a69c537","uid":"4dcc0f53-e83f-4e8c-ae93-4bb21a69c537","displayname":"Peter Vavra","type":0},"color":"","archived":false,"labels":[{"title":"Finished","color":"31CC7C","boardId":329,"cardId":null,"lastModified":1620057704,"id":1328,"ETag":"02fe60eb89eb0783a257e4ac29a189cc"},{"title":"To review","color":"317CCC","boardId":329,"cardId":null,"lastModified":1620057704,"id":1331,"ETag":"02fe60eb89eb0783a257e4ac29a189cc"},{"title":"Action needed","color":"FF7A66","boardId":329,"cardId":null,"lastModified":1620057704,"id":1334,"ETag":"02fe60eb89eb0783a257e4ac29a189cc"},{"title":"Later","color":"F1DB50","boardId":329,"cardId":null,"lastModified":1620057704,"id":1337,"ETag":"02fe60eb89eb0783a257e4ac29a189cc"}],"acl":[],"permissions":{"PERMISSION_READ":true,"PERMISSION_EDIT":true,"PERMISSION_MANAGE":true,"PERMISSION_SHARE":true},"users":[],"stacks":[],"deletedAt":0,"lastModified":0,"settings":[],"id":329,"ETag":"cfcd208495d565ef66e7dff9f98764da"} ```
and it did create the board `xyz` (with no lists or cards)
yes, just prepended it with the variable assignments, i.e. `base_url=[...]; user=[...]; token_password=[..]; [copy-paste-here]`, all in one call. I've also asked our IT to give me some details on versions of...
2.25.1 just a quick follow-up on the `-L` flag on curl: I'm using zsh with oh-my-zsh. I doubt it, but maybe that sets some defaults on curl.. I'll try to...
I was indeed using http:// :( Replacing the calls with https allowed me to import my jsons. Thanks for hunting this down and sorry it turned out to be such...