We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4356de8 commit 5ea8befCopy full SHA for 5ea8bef
1 file changed
README.md
@@ -217,23 +217,3 @@ For testing locally developed containers use the alternate Docker Compose file:
217
```bash
218
docker compose --file docker-compose-develop.yml up --build
219
```
220
-
221
-## Example Usage
222
223
-Submission of validation of RO-Crate with the ID of `ro_crate_1`. No webhook is used here:
224
-```bash
225
-curl -X 'POST' \
226
- 'http://localhost:5001/ro_crates/v1/ro_crate_1/validation' \
227
- -H 'accept: application/json' \
228
- -H 'Content-Type: application/json' \
229
- -d '{}'
230
-```
231
232
-Retrieval of validation result for RO-Crate `ro_crate_1`:
233
234
-curl -X 'GET' \
235
236
237
238
239
0 commit comments