Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Sep 10, 2023
1 parent 9bdfc2e commit e99a765
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/delete-element.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DELETE /<uuid> - Delete Element
# <span class="method-delete">DELETE</span>` /<uuid> -` Delete Element

Deletes a single element. If the delted element is a node, all connected relationships are deleted.

Expand Down
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/get-children.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GET /&lt;uuid&gt;/children - Get Children
# <span class="method-get">GET</span>` /<uuid>/children -` Get Children

Returns all children of the specified node.
Returned data is paginated, can be filtered/sorted (?) and each page contains all relations between the parent and the
Expand Down
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/get-element.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GET /&lt;uuid&gt; - Get Element
# <span class="method-get">GET</span>` /<uuid> -` Get Element

<!-- panels:start -->
<!-- div:left-panel -->
Expand Down
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/get-index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GET / - Get Index
# <span class="method-get">GET</span>` / -` Get Index

<!-- panels:start -->
<!-- div:left-panel -->
Expand Down
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/get-parents.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GET /&lt;uuid&gt;/parents - Get Parents
# <span class="method-get">GET</span>` /<uuid>/parents -` Get Parents

Returns all parents of the specified node.
Returned data is paginated, can be filtered/sorted (?) and each page contains all relations between the node and the
Expand Down
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/get-related.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GET /&lt;uuid&gt;/related - Get Related
# <span class="method-get">GET</span>` /<uuid>/related -` Get Related

Returns all nodes related to the current node.
Returned data is paginated, can be filtered/sorted (?) and each page contains all relations between the node and the
Expand Down
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/patch-element.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PATCH /&lt;uuid&gt; - Update Element
# <span class="method-patch">PATCH</span>` /<uuid> -` Update Element

Updates an individual data element.

Expand Down
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/post-element.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# POST / - Create Element
# <span class="method-post">POST</span>` /<uuid> -` Create Element

Creates a new data element. It is owned by the referenced node.
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/post-index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# POST / - Create Root Element
# <span class="method-post">POST</span>` / -` Create Root Element

Creates a new data element. If the data element is a node, it is directly owned by the current user.
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/put-element.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PUT /&lt;uuid&gt; - Replace Element
# <span class="method-put">PUT</span>` /<uuid> -` Replace Element

Replaces the data of an individual data element.

Expand Down
2 changes: 1 addition & 1 deletion docs/api-endpoints/search/post-search.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# POST /search - Search
# <span class="method-post">POST</span>` /search -` Search

<!-- panels:start -->
<!-- div:left-panel -->
Expand Down
2 changes: 1 addition & 1 deletion docs/api-endpoints/system/get-instance-configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GET /instance-configuration - Get Instance Configuration
# <span class="method-get">GET</span>` /instance-configuration -` Get Instance Configuration

<!-- panels:start -->
<!-- div:left-panel -->
Expand Down

0 comments on commit e99a765

Please sign in to comment.