Skip to content

Commit

Permalink
chore: KG's README fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Nov 10, 2023
1 parent a6fd5e1 commit 362ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge-graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Allows finding `projects`, `datasets`, `workflows`, and `persons`.
* `query` - to filter by matching field (e.g., title, keyword, description, etc. as specified below)
* `type` - to filter by entity type(s); allowed values: `project`, `dataset`, `workflow`, and `person`; multiple `type` parameters allowed
* `creator` - to filter by creator(s); the filter would require creator's name; multiple `creator` parameters allowed
* `role` - to filter by the caller role(s) on the entity; allowed values: `owner`, `maintainer`, `developer`, `reporter` and `guest`; multiple parameters allowed; an authorization header needs to be passed otherwise a `BAD_REQUEST (400)` status will be returned
* `role` - to filter by the caller role(s) on the entity; allowed values: `owner`, `maintainer` and `reader`; multiple parameters allowed; an authorization header needs to be passed otherwise a `BAD_REQUEST (400)` status will be returned
* `visibility` - to filter by visibility(ies) (restricted vs. public); allowed values: `public`, `internal`, `private`; multiple `visibility` parameters allowed
* `namespace` - to filter by namespace(s); there might be multiple values given; for nested namespaces the whole path has be used, e.g. `group/subgroup`
* `since` - to filter by entity's creation date to >= the given date
Expand Down

0 comments on commit 362ce91

Please sign in to comment.