Skip to content

Commit

Permalink
Merge pull request #244 from buildingSMART/issue/#202
Browse files Browse the repository at this point in the history
Add note stating that index property is deprecated
  • Loading branch information
GeorgDangl authored Nov 23, 2020
2 parents 47d8273 + b9eb234 commit 655dee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ Retrieve a **collection** of topics related to a project (default sort order is
|creation_date|creation date of a topic|
|modified_date|modification date of a topic|
|server_id|the [server_id](#429-topic-identifiers) of the topic|
|index|index of a topic|
|index|index of a topic **This property is deprecated and will be removed in a future release**|

**Example Request with odata**

Expand Down Expand Up @@ -782,7 +782,7 @@ JSON encoded body using the "application/json" content type.
|reference_links|array (string)|Reference links, i.e. links to referenced resources|false|
|title|string|The title of a topic|true|
|priority|string|The priority of a topic (value from extension.xsd)|false|
|index|integer|The index of a topic|false|
|index|integer|The index of a topic **This property is deprecated and will be removed in a future release**|false|
|labels|array (string)|The collection of labels of a topic (values from extension.xsd)|false|
|assigned_to|string|UserID assigned to a topic (value from extension.xsd). UserIDs are recommended to be in email format as to uniquely identify users throughout multiple systems|false|
|stage|string|Stage this topic is part of (value from extension.xsd)|false|
Expand Down

0 comments on commit 655dee5

Please sign in to comment.