Skip to content

Commit

Permalink
docs(cognitarium): re-generate docs after contract change
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Aug 30, 2023
1 parent e292234 commit 4d5ee31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/okp4-cognitarium.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Only the smart contract owner (i.e. the address who instantiated it) is authoriz
|parameter|description|
|----------|-----------|
|`delete_data`|*(Required.) * **object**. |
|`delete_data.delete`|*(Required.) * **Array<[TriplePattern](#triplepattern)>**. The items to delete.|
|`delete_data.delete`|*(Required.) * **Array<[TriplePattern](#triplepattern)>**. Specifies the specific triple patterns to delete. If nothing is provided, the patterns from the `where` clause are used for deletion.|
|`delete_data.prefixes`|*(Required.) * **Array<[Prefix](#prefix)>**. The prefixes used in the operation.|
|`delete_data.where`|**array\|null**. The WHERE clause to apply. If not provided, all the RDF triples are considered.|
|`delete_data.where`|*(Required.) * **Array<[WhereCondition](#wherecondition)>**. Defines the patterns that data (RDF triples) should match in order for it to be considered for deletion.|

## QueryMsg

Expand Down Expand Up @@ -273,7 +273,7 @@ Represents either an IRI (named node) or a blank node.

### Prefix

Represents a prefix in a [SelectQuery]. A prefix is a shortcut for a namespace used in the query.
Represents a prefix, i.e. a shortcut for a namespace used in a query.

|property|description|
|----------|-----------|
Expand Down

0 comments on commit 4d5ee31

Please sign in to comment.