Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 18, 2024
1 parent d94c646 commit 9c03c71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ Every request can also be executed via the [online UI](http://localhost:3000).

1. Create TABLE for your EntityChanges Substreams (more details on [table initialization](/docs/features.md#table-initialization))

```bash
$ curl --location --request PUT 'localhost:3000/schema/sql?schema-url=<url>'
```
**OR**
```bash
$ curl --location --request PUT "localhost:3000/schema/sql" \
--header "Content-Type: text/plain" \
--data "CREATE TABLE foo () ENGINE=MergeTree ORDER BY();"
$ # OR
$ curl --location --request PUT 'localhost:3000/schema/sql?schema-url=<url>'
```

## Environment
Expand Down

0 comments on commit 9c03c71

Please sign in to comment.