Skip to content

Commit

Permalink
Merge pull request #927 from Permify/docs
Browse files Browse the repository at this point in the history
docs: fix style in lookup entity content
  • Loading branch information
EgeAytin authored Dec 9, 2023
2 parents 99c2cdd + 8675b8b commit c0cd169
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/docs/api-overview/permission/lookup-entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ Lookup Entity endpoint lets you ask questions in form of **“Which resources ca

So, we provide 2 separate endpoints for data filtering check request,

- [Entity Filtering](#entity-filtering)
- [Lookup Entity](#lookup-entity)
- [How Lookup Operations Evaluated](#how-lookup-operations-evaluated)
- [Lookup Entity (Streaming)](#lookup-entity-streaming)
- [Lookup Entity](#lookup-entity)
- [Lookup Entity (Streaming)](#lookup-entity-streaming)

## Lookup Entity

Expand Down Expand Up @@ -135,7 +133,7 @@ Lets say we called (reverse) lookup API to find the documents that user:1 can vi

Then queries each of them with `user:1.`

### Lookup Entity (Streaming)
## Lookup Entity (Streaming)

The difference between this endpoint from direct Lookup Entity is response of this entity gives the IDs' as stream. This could be useful if you have large data set that getting all of the authorized data can take long with direct lookup entity endpoint.

Expand Down

0 comments on commit c0cd169

Please sign in to comment.