Skip to content

Commit

Permalink
Starting to fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Dec 19, 2023
1 parent 776c254 commit c444ee7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/EXAMPLE_QUERIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ curl -XPOST -H 'Accept: application/json' -H 'Content-Type: application/json' ht
curl -XPOST -H 'Accept: application/json' -H 'Content-Type: application/json' http://127.0.0.1:5000/v1_0/references -d '{"structure":"Cl", "substructure_search": true}'
```

### TODO This is working, remove later

```shell
curl -XPOST -H 'Accept: application/json' -H 'Content-Type: application/json' http://127.0.0.1:5000/v1_0/references -d ' {"reference_wid":"44488598"}'
```

## Couples

### Get all the couples that match the query
Expand Down

0 comments on commit c444ee7

Please sign in to comment.