Skip to content

Commit f497e88

Browse files
committed
remove: version attribute from REST API
1 parent 8ffa189 commit f497e88

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

doc/development_guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,11 +1637,9 @@ This class uses various attributes to define the CRUD (Create, Read, Update, Del
16371637

16381638
|Attribute |Type |Multiplicity |Optional |Description
16391639
|----------------|------------------|-------------|---------|----------------
1640-
|Segment |String, String |1 |Yes |The path segment of the resource. The first argument is the path segment. The second argument is the display string.
16411640
|SegmentInt |Parameter, String |1 |Yes |A variable path segment of type `Int`.
16421641
|SegmentGuid |Parameter, String |1 |Yes |A variable path segment of type `Guid`.
16431642
|Method |GrudMethod |n |Yes |The method attribute defines which CRUD operations (Create, Read, Update, Delete) can be executed.
1644-
|Version |UInt |1 |Yes |The version attribute indicates the current version of the API, ensuring clients interact with the correct version for compatibility and feature updates.
16451643
|IncludeSubPaths |Bool |1 |Yes |Determines whether all resources below the specified path (including segment) are processed.
16461644
|Authorization |Int, String |n |Yes |Grants authority to a role (specifying the id) (see section notification model).
16471645
|Condition |`ICondition` |n |Yes |Condition that must be met for the resource to be available.

0 commit comments

Comments
 (0)