|
I'm primarily using Printables.com. I like the UI and I like, that in the Download, there's everything in there - including the PDF description. I'm also aware of the GRAPH QL and the printabels-cli-api.py project (see #4530). Is there a working example of the payload to add a model? the one from swagger throws an 400 (bad request) error. Is there anything, where I can copy the JSON-Payload from? I'm trying to find it in the UI, but I don't get how the upload works there... ;) thanks! |
Replies: 2 comments 12 replies
|
Hm, I'll have a look at the swagger example, it should work - that's the whole point, after all! Does anything useful come back in the 400 response body? |
|
adding models via API works! |

Update #3:
sorry for all that spamming... ;)
but I now confirmed it and can reproduce it as I said. the "ParseMetadataJob" does well with "normal" names and handles of authors, but crashes with an error, if the author already exists, but with special characters.
So I'll close this discussion, my initial point is met: I can add model via API! Yeah!!