Skip to content

Commit

Permalink
chore: simplify ofrep config curl example
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
  • Loading branch information
markphelps committed Aug 7, 2024
1 parent 5e4c7a9 commit d26f220
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reference/openfeature/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ openapi: "GET /ofrep/v1/configuration"
<RequestExample>

```bash cURL
curl --request GET \
--url https://try.flipt.io/ofrep/v1/configuration \
curl --url https://try.flipt.io/ofrep/v1/configuration \
--header 'Accept: application/json'
```

Expand Down

0 comments on commit d26f220

Please sign in to comment.