Sean Leather
Sean Leather
We could use https://github.com/terminusdb/terminusdb/issues/747 for migrating existing documents.
This seems similar to https://github.com/terminusdb/terminusdb/issues/668.
There was an issue where, if you (a) sent a request to `DELETE /api/document` and (b) that request failed some parameter checks or didn't include any parameters, the server would...
Hi @hoijnet. Are you still seeing this problem?
@hoijnet I'm not currently able to reproduce the problem. Can you provide any more information about your scenario? Would it be possible to get a bundle file from you that...
* [ ] Yes, documentation needs to be there. * [ ] We also think it would be good for the CLI to accept the same JSON accepted by the...
This may need something like the GMP library to solve it.
At the same time, we should make the `swipl` image a variable in the `Dockerfile`.
In the following script, I create a database, insert a type with `@documentation` (`POST`), and replace that type with a new `@documentation` (`PUT`). ```sh #!/bin/bash set -ex xh 'http://admin:root@localhost:6363/api/db/admin/tdb' label=l...
Agreed. Done.