Skip to content

Commit

Permalink
Docu fixes (#560)
Browse files Browse the repository at this point in the history
GET Root: added quotation marks
GET Object: corrected parameter types to long
  • Loading branch information
hg-ms authored May 4, 2023
1 parent bcc8c1c commit 7f685f3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/modules/storage/pages/rest-interface/rest-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Returns the name and object id of the current storage root element.
[source, json, title="Response"]
----
{
name: "ROOT",
objectId: "1000000000000000028"
"name": "ROOT",
"objectId": "1000000000000000028"
}
----

Expand All @@ -35,7 +35,7 @@ Returns description and values of a distinct object.
|Description
//-------------
|objectId
|integer
|long
|The requested object's id
|===
Expand All @@ -48,27 +48,27 @@ Returns description and values of a distinct object.
|Default
//-------------
|valueLength
|integer
|long
|Limit size of returned value elements, e.g. String values.
|unlimited
|fixedOffset
|integer
|long
|Fixed size members start offset.
|0
|fixedLength
|integer
|long
|Amount of returned fixed size members.
|unlimited
|variableOffset
|integer
|long
|Variable size members start offset.
|0
|variableLength
|integer
|long
|Amount of returned variable size members.
|unlimited
Expand Down

0 comments on commit 7f685f3

Please sign in to comment.